mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
ead39d7aa3
commit
8b432bebc2
1 changed files with 0 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue