diff mbox

[U-Boot,2/6] sunxi: A64: dts: add Ethernet support for BPi-M64 and OPi-Win

Message ID 1499043558-9336-3-git-send-email-andre.przywara@arm.com
State Superseded
Delegated to: Jagannadha Sutradharudu Teki
Headers show

Commit Message

Andre Przywara July 3, 2017, 12:59 a.m. UTC
Both the BananaPi-M64 and the OrangePi-Win use the same Gigabit Ethernet
configuration as the Pine64.
Use the new generic add-on .dtsi file and have symlinks for each board
to enable TFTP boot on these boards.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
---
 arch/arm/dts/sun50i-a64-bananapi-m64-u-boot.dtsi | 1 +
 arch/arm/dts/sun50i-a64-orangepi-win-u-boot.dtsi | 1 +
 2 files changed, 2 insertions(+)
 create mode 120000 arch/arm/dts/sun50i-a64-bananapi-m64-u-boot.dtsi
 create mode 120000 arch/arm/dts/sun50i-a64-orangepi-win-u-boot.dtsi
diff mbox

Patch

diff --git a/arch/arm/dts/sun50i-a64-bananapi-m64-u-boot.dtsi b/arch/arm/dts/sun50i-a64-bananapi-m64-u-boot.dtsi
new file mode 120000
index 0000000..350dc2b
--- /dev/null
+++ b/arch/arm/dts/sun50i-a64-bananapi-m64-u-boot.dtsi
@@ -0,0 +1 @@ 
+sun50i-a64-rgmii-emac.dtsi
\ No newline at end of file
diff --git a/arch/arm/dts/sun50i-a64-orangepi-win-u-boot.dtsi b/arch/arm/dts/sun50i-a64-orangepi-win-u-boot.dtsi
new file mode 120000
index 0000000..350dc2b
--- /dev/null
+++ b/arch/arm/dts/sun50i-a64-orangepi-win-u-boot.dtsi
@@ -0,0 +1 @@ 
+sun50i-a64-rgmii-emac.dtsi
\ No newline at end of file