Skip to content

Commit e9614f3

Browse files
Thomas Webertmlind
authored andcommitted
ARM: OMAP: Devkit8000: Remove double omap_mux_init_gpio
Remove the init of card detect pin because omap_mux_init_gpio() is called during hsmmc initialization for the write protect and card detect pin. Signed-off-by: Thomas Weber <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 0eb3c0f commit e9614f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm/mach-omap2/board-devkit8000.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ static int devkit8000_twl_gpio_setup(struct device *dev,
226226
{
227227
int ret;
228228

229-
omap_mux_init_gpio(29, OMAP_PIN_INPUT);
230229
/* gpio + 0 is "mmc0_cd" (input/IRQ) */
231230
mmc[0].gpio_cd = gpio + 0;
232231
omap2_hsmmc_init(mmc);

0 commit comments

Comments
 (0)