From: Andre Przywara Date: Sat, 23 Jan 2021 12:46:43 +0000 (+0000) Subject: sunxi: OrangePi Zero 2: Enable Ethernet X-Git-Tag: v2021.10~336^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36ff6f00fb381fa906f563b153bdf533081d7513;p=platform%2Fkernel%2Fu-boot.git sunxi: OrangePi Zero 2: Enable Ethernet With the fixes to the sun8i-emac driver, we can now enable Ethernet support on the OrangePi Zero2. Signed-off-by: Andre Przywara Tested-by: Jernej Skrabec Reviewed-by: Jernej Skrabec --- diff --git a/configs/orangepi_zero2_defconfig b/configs/orangepi_zero2_defconfig index 0c20b5f..5af964b 100644 --- a/configs/orangepi_zero2_defconfig +++ b/configs/orangepi_zero2_defconfig @@ -11,3 +11,5 @@ CONFIG_R_I2C_ENABLE=y CONFIG_DEFAULT_DEVICE_TREE="sun50i-h616-orangepi-zero2" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SPL_I2C_SUPPORT=y +CONFIG_PHY_REALTEK=y +CONFIG_SUN8I_EMAC=y