diff options
author | Grazvydas Ignotas <notasas@gmail.com> | 2009-12-11 15:07:30 +0200 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2010-01-04 08:48:16 -0600 |
commit | 8b432bebc205a959684559477472c048e31d137d (patch) | |
tree | b7f367d3f7cb9244180f288bc5e58d2be21562d1 /board/pandora | |
parent | ead39d7aa3ddccb2e374217aeab23bd65cedb762 (diff) |
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 <notasas@gmail.com>
Diffstat (limited to 'board/pandora')
-rw-r--r-- | board/pandora/pandora.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/pandora/pandora.c b/board/pandora/pandora.c index e84c9461538..75e43305b38 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 */ |