diff mbox

[U-Boot,3/3] sunxi: power: Columbus: only enable ELDO3 when necessary

Message ID 1444480834-15108-3-git-send-email-hdegoede@redhat.com
State Accepted
Delegated to: Hans de Goede
Headers show

Commit Message

Hans de Goede Oct. 10, 2015, 12:40 p.m. UTC
ELDO3 is only necessary when using the lcd-panel, and not when using hdmi,
the display code already takes care of enabling ELDO3 when necessary,
so there is no need to permanently enable it in the deconfig.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 configs/Colombus_defconfig | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/configs/Colombus_defconfig b/configs/Colombus_defconfig
index d680df1..2ce8cb1 100644
--- a/configs/Colombus_defconfig
+++ b/configs/Colombus_defconfig
@@ -23,5 +23,4 @@  CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC,RGMII"
 # CONFIG_CMD_FPGA is not set
 CONFIG_ETH_DESIGNWARE=y
 CONFIG_AXP_ALDO1_VOLT=3300
-CONFIG_AXP_ELDO3_VOLT=1800
 CONFIG_USB_EHCI_HCD=y