[U-Boot] [PATCH 2/2] sunxi: enable DLDO4 and DC1SW for Pine64+

Icenowy Zheng icenowy at aosc.xyz
Fri Dec 23 09:31:33 CET 2016


Pine64+ uses DLDO4 for wireless network, and DC1SW for wired network.

Enable these two regulators, in order to provide net support in U-Boot
and Linux.

Signed-off-by: Icenowy Zheng <icenowy at aosc.xyz>
---
 configs/pine64_plus_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/pine64_plus_defconfig b/configs/pine64_plus_defconfig
index a76f66a11c..b9bbb54ef0 100644
--- a/configs/pine64_plus_defconfig
+++ b/configs/pine64_plus_defconfig
@@ -9,5 +9,7 @@ CONFIG_SPL=y
 # CONFIG_CMD_IMLS is not set
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_FPGA is not set
+CONFIG_AXP_DLDO4_VOLT=3300
+CONFIG_AXP_SW_ON=y
 CONFIG_SUN8I_EMAC=y
 CONFIG_USB_EHCI_HCD=y
-- 
2.11.0



More information about the U-Boot mailing list