diff options
author | Bengt Jonsson <bengt.g.jonsson@stericsson.com> | 2012-02-02 11:36:49 +0100 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@stericsson.com> | 2012-05-22 11:03:26 +0200 |
commit | eacc602b9c20b99406705804c4e216f18403f7d7 (patch) | |
tree | 2055e2cb7acfe9d90981fbfbaab67fbdb893832f | |
parent | 0e76cb07853419546152e353b79b24807c6d5663 (diff) |
stm: ux500: Add U8520 machine
ST-Ericsson ID: 371953
Signed-off-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com>
-rw-r--r-- | arch/arm/mach-ux500/board-mop500-stm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-stm.c b/arch/arm/mach-ux500/board-mop500-stm.c index 5a634745bad..34e5892d18b 100644 --- a/arch/arm/mach-ux500/board-mop500-stm.c +++ b/arch/arm/mach-ux500/board-mop500-stm.c @@ -203,7 +203,7 @@ static void control_level_shifter_for_microsd(int gpio_dir) { int gpio[2]; - if (machine_is_hrefv60() || machine_is_u9540()) { + if (machine_is_hrefv60() || machine_is_u8520() || machine_is_u9540()) { gpio[0] = HREFV60_SDMMC_EN_GPIO; gpio[1] = HREFV60_SDMMC_1V8_3V_GPIO; } else { |