diff mbox

[U-Boot,v2,6/6] sunxi: enable DC1SW in Pine64+ defconfig

Message ID 20170225235208.50886-6-icenowy@aosc.xyz
State Rejected
Delegated to: Jagannadha Sutradharudu Teki
Headers show

Commit Message

Icenowy Zheng Feb. 25, 2017, 11:52 p.m. UTC
Pine64 boards needs DC1SW to be enabled for the ethernet PHY to work.

Enable it in the defconfig.

Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
---
 configs/pine64_plus_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/configs/pine64_plus_defconfig b/configs/pine64_plus_defconfig
index 7c7d86ff80..01c8368e2d 100644
--- a/configs/pine64_plus_defconfig
+++ b/configs/pine64_plus_defconfig
@@ -13,4 +13,5 @@  CONFIG_SPL=y
 # CONFIG_SPL_ISO_PARTITION is not set
 # CONFIG_SPL_EFI_PARTITION is not set
 CONFIG_SUN8I_EMAC=y
+CONFIG_AXP_SW_ON=y
 CONFIG_USB_EHCI_HCD=y