]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mvebu: armada-37xx: remove ethernet alias patch
authorTomasz Maciej Nowak <tmn505@gmail.com>
Tue, 25 May 2021 12:53:43 +0000 (14:53 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 5 Jun 2021 22:26:13 +0000 (00:26 +0200)
This patch has been added with initial support for ESPRESSObin board and
mistakenly it affects all boards with this SoC. Drop this patch since
the aliases are now in upstream dts for ESPRESSObin. If any boards are
relying on this, please add the respective alias to that board dts.

Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
target/linux/mvebu/patches-5.10/314-arm64-dts-marvell-armada37xx-Add-eth0-alias.patch [deleted file]
target/linux/mvebu/patches-5.10/314-arm64-dts-uDPU-switch-PHY-operation-mode-to-2500base.patch [moved from target/linux/mvebu/patches-5.10/315-arm64-dts-uDPU-switch-PHY-operation-mode-to-2500base.patch with 100% similarity]
target/linux/mvebu/patches-5.10/315-armada-xp-linksys-mamba-resize-kernel.patch [moved from target/linux/mvebu/patches-5.10/316-armada-xp-linksys-mamba-resize-kernel.patch with 100% similarity]
target/linux/mvebu/patches-5.10/316-armada-370-dts-fix-crypto-engine.patch [moved from target/linux/mvebu/patches-5.10/317-armada-370-dts-fix-crypto-engine.patch with 100% similarity]

diff --git a/target/linux/mvebu/patches-5.10/314-arm64-dts-marvell-armada37xx-Add-eth0-alias.patch b/target/linux/mvebu/patches-5.10/314-arm64-dts-marvell-armada37xx-Add-eth0-alias.patch
deleted file mode 100644 (file)
index e989f59..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-From be893f672e340b56ca60f2f6c32fdd713a5852f5 Mon Sep 17 00:00:00 2001
-From: Kevin Mihelich <kevin@archlinuxarm.org>
-Date: Tue, 4 Jul 2017 19:25:28 -0600
-Subject: arm64: dts: marvell: armada37xx: Add eth0 alias
-
-Signed-off-by: Kevin Mihelich <kevin@archlinuxarm.org>
----
- arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
-+++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
-@@ -18,6 +18,7 @@
-       #size-cells = <2>;
-       aliases {
-+              ethernet0 = &eth0;
-               serial0 = &uart0;
-               serial1 = &uart1;
-       };