diff options
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/board-apollon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-apollon.c b/arch/arm/mach-omap2/board-apollon.c index 989ad152d7f8..a4ba52c8119b 100644 --- a/arch/arm/mach-omap2/board-apollon.c +++ b/arch/arm/mach-omap2/board-apollon.c | |||
@@ -361,7 +361,7 @@ static void __init apollon_usb_init(void) | |||
361 | omap_cfg_reg(P21_242X_GPIO12); | 361 | omap_cfg_reg(P21_242X_GPIO12); |
362 | omap_request_gpio(12); | 362 | omap_request_gpio(12); |
363 | omap_set_gpio_direction(12, 0); /* OUT */ | 363 | omap_set_gpio_direction(12, 0); /* OUT */ |
364 | omap_set_gpio_dataout(12, 0); | 364 | gpio_set_value(12, 0); |
365 | } | 365 | } |
366 | 366 | ||
367 | static void __init omap_apollon_init(void) | 367 | static void __init omap_apollon_init(void) |