[openwrt/openwrt] ipq40xx: dts: remove leftover nodes after DSA conversion
LEDE Commits
lede-commits at lists.infradead.org
Sun Nov 13 06:41:34 PST 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1a49b499f12e7589db601dfd695cca7483740eee
commit 1a49b499f12e7589db601dfd695cca7483740eee
Author: Lech Perczak <lech.perczak at gmail.com>
AuthorDate: Fri Oct 7 00:56:00 2022 +0200
ipq40xx: dts: remove leftover nodes after DSA conversion
Remove ess-psgmii at 98000, edma at c080000 and ess-switch at c000000 nodes.
These nodes are not used after the DSA conversion, but were left over
in a few devices added recently.
ZTE MF289F is omitted on purpose, as for it, these nodes will be removed
together with DSA conversion.
Build tested only, as I only have MF286D from those devices.
Reviewed-by: Robert Marko <robimarko at gmail.com>
Signed-off-by: Lech Perczak <lech.perczak at gmail.com>
---
.../files/arch/arm/boot/dts/qcom-ipq4018-whw01-v1.dts | 12 ------------
.../files/arch/arm/boot/dts/qcom-ipq4019-mf286d.dts | 4 ----
.../ipq40xx/patches-5.15/900-dts-ipq4019-ap-dk01.1.patch | 14 +-------------
3 files changed, 1 insertion(+), 29 deletions(-)
diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-whw01-v1.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-whw01-v1.dts
index 6f244132ea..8ca57a0e85 100644
--- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-whw01-v1.dts
+++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-whw01-v1.dts
@@ -31,21 +31,9 @@
};
};
- ess-psgmii at 98000 {
- status = "okay";
- };
-
ess_tcsr at 1953000 {
status = "okay";
};
-
- ess-switch at c000000 {
- status = "okay";
- };
-
- edma at c080000 {
- status = "okay";
- };
};
};
diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-mf286d.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-mf286d.dts
index a832e2392a..ff04279a60 100644
--- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-mf286d.dts
+++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-mf286d.dts
@@ -85,10 +85,6 @@
reset-delay-us = <2000>;
};
- ess-psgmii at 98000 {
- status = "okay";
- };
-
tcsr at 1949000 {
compatible = "qcom,tcsr";
reg = <0x1949000 0x100>;
diff --git a/target/linux/ipq40xx/patches-5.15/900-dts-ipq4019-ap-dk01.1.patch b/target/linux/ipq40xx/patches-5.15/900-dts-ipq4019-ap-dk01.1.patch
index 650bdafe0e..145d3f49ed 100644
--- a/target/linux/ipq40xx/patches-5.15/900-dts-ipq4019-ap-dk01.1.patch
+++ b/target/linux/ipq40xx/patches-5.15/900-dts-ipq4019-ap-dk01.1.patch
@@ -56,7 +56,7 @@
};
serial at 78af000 {
-@@ -109,5 +128,41 @@
+@@ -109,5 +128,29 @@
wifi at a800000 {
status = "okay";
};
@@ -65,18 +65,6 @@
+ status = "okay";
+ };
+
-+ ess-switch at c000000 {
-+ status = "okay";
-+ };
-+
-+ ess-psgmii at 98000 {
-+ status = "okay";
-+ };
-+
-+ edma at c080000 {
-+ status = "okay";
-+ };
-+
+ usb3_ss_phy: ssphy at 9a000 {
+ status = "okay";
+ };
More information about the lede-commits
mailing list