diff options
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500-sdi.c')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500-sdi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-sdi.c b/arch/arm/mach-ux500/board-mop500-sdi.c index 4b996676594e..4ba3d930a06e 100644 --- a/arch/arm/mach-ux500/board-mop500-sdi.c +++ b/arch/arm/mach-ux500/board-mop500-sdi.c | |||
@@ -106,8 +106,8 @@ void mop500_sdi_tc35892_init(void) | |||
106 | if (ret) | 106 | if (ret) |
107 | return; | 107 | return; |
108 | 108 | ||
109 | gpio_direction_output(GPIO_SDMMC_1V8_3V_SEL, 1); | 109 | gpio_direction_output(GPIO_SDMMC_1V8_3V_SEL, 0); |
110 | gpio_direction_output(GPIO_SDMMC_EN, 0); | 110 | gpio_direction_output(GPIO_SDMMC_EN, 1); |
111 | 111 | ||
112 | db8500_add_sdi0(&mop500_sdi0_data); | 112 | db8500_add_sdi0(&mop500_sdi0_data); |
113 | } | 113 | } |