From: Grazvydas Ignotas Date: Fri, 11 Dec 2009 13:07:30 +0000 (+0200) Subject: pandora: don't enable VAUX3, VDAC and VPLL2 regulators X-Git-Tag: v2010.03-rc1~157^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8b432bebc205a959684559477472c048e31d137d;p=u-boot pandora: don't enable VAUX3, VDAC and VPLL2 regulators These regulators are not needed to start the kernel and only cause "incomplete constraints" warnings from kernel, so don't turn them on to save power. Signed-off-by: Grazvydas Ignotas --- diff --git a/board/pandora/pandora.c b/board/pandora/pandora.c index e84c946153..75e43305b3 100644 --- a/board/pandora/pandora.c +++ b/board/pandora/pandora.c @@ -65,7 +65,6 @@ 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_LEDEN_LEDBON); /* Configure GPIOs to output */