From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andre Przywara Date: Wed, 27 Jan 2021 01:06:38 +0000 Subject: [PATCH v2 3/3] sunxi: OrangePi Zero 2: Enable Ethernet In-Reply-To: <20210127010638.10713-1-andre.przywara@arm.com> References: <20210127010638.10713-1-andre.przywara@arm.com> Message-ID: <20210127010638.10713-4-andre.przywara@arm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de With the fixes to the sun8i-emac driver, we can now enable Ethernet support on the OrangePi Zero2. Signed-off-by: Andre Przywara --- configs/orangepi_zero2_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/orangepi_zero2_defconfig b/configs/orangepi_zero2_defconfig index 0c20b5ff28f..5af964bf100 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 -- 2.17.5