summaryrefslogtreecommitdiffstats
path: root/board/pandora/pandora.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/pandora/pandora.c')
-rw-r--r--board/pandora/pandora.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/pandora/pandora.c b/board/pandora/pandora.c
index 460ed12359..75e43305b3 100644
--- a/board/pandora/pandora.c
+++ b/board/pandora/pandora.c
@@ -65,8 +65,7 @@ int misc_init_r(void)
struct gpio *gpio5_base = (struct gpio *)OMAP34XX_GPIO5_BASE;
struct gpio *gpio6_base = (struct gpio *)OMAP34XX_GPIO6_BASE;
- twl4030_power_init();
- twl4030_led_init();
+ twl4030_led_init(TWL4030_LED_LEDEN_LEDBON);
/* Configure GPIOs to output */
writel(~(GPIO14 | GPIO15 | GPIO16 | GPIO23), &gpio1_base->oe);
OpenPOWER on IntegriCloud