
23 Dec
2016
23 Dec
'16
9:31 a.m.
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@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