]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
pandora: don't enable VAUX3, VDAC and VPLL2 regulators
authorGrazvydas Ignotas <notasas@gmail.com>
Fri, 11 Dec 2009 13:07:30 +0000 (15:07 +0200)
committerTom Rix <Tom.Rix@windriver.com>
Mon, 4 Jan 2010 14:48:16 +0000 (08:48 -0600)
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 <notasas@gmail.com>
board/pandora/pandora.c

index e84c9461538b3a87ac1f13a47588b42bcf13cb6c..75e43305b381765ec01e4d3905762a8c243bcb5b 100644 (file)
@@ -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 */