git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb5a2b6
)
sunxi: OrangePi Zero 2: Enable Ethernet
author
Andre Przywara
<andre.przywara@arm.com>
Sat, 23 Jan 2021 12:46:43 +0000
(12:46 +0000)
committer
Andre Przywara
<andre.przywara@arm.com>
Sun, 31 Jan 2021 23:55:56 +0000
(23:55 +0000)
With the fixes to the sun8i-emac driver, we can now enable Ethernet
support on the OrangePi Zero2.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Tested-by: Jernej Skrabec <jernej.skrabec@siol.net>
Reviewed-by: Jernej Skrabec <jernej.skrabec@siol.net>
configs/orangepi_zero2_defconfig
patch
|
blob
|
history
diff --git
a/configs/orangepi_zero2_defconfig
b/configs/orangepi_zero2_defconfig
index
0c20b5f
..
5af964b
100644
(file)
--- 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