diff options
author | Lech Perczak <lech.perczak@gmail.com> | 2022-10-07 00:56:00 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-13 15:31:54 +0100 |
commit | 1a49b499f12e7589db601dfd695cca7483740eee (patch) | |
tree | b381c8acf5977caee556524abcfc05cd8ecfc9de /target/linux/ipq40xx/patches-5.15 | |
parent | fc69532eb96a17079f973c0a8735e26234a1f5a1 (diff) | |
download | upstream-1a49b499f12e7589db601dfd695cca7483740eee.tar.gz upstream-1a49b499f12e7589db601dfd695cca7483740eee.tar.bz2 upstream-1a49b499f12e7589db601dfd695cca7483740eee.zip |
ipq40xx: dts: remove leftover nodes after DSA conversion
Remove ess-psgmii@98000, edma@c080000 and ess-switch@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@gmail.com>
Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx/patches-5.15')
-rw-r--r-- | target/linux/ipq40xx/patches-5.15/900-dts-ipq4019-ap-dk01.1.patch | 14 |
1 files changed, 1 insertions, 13 deletions
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@78af000 { -@@ -109,5 +128,41 @@ +@@ -109,5 +128,29 @@ wifi@a800000 { status = "okay"; }; @@ -65,18 +65,6 @@ + status = "okay"; + }; + -+ ess-switch@c000000 { -+ status = "okay"; -+ }; -+ -+ ess-psgmii@98000 { -+ status = "okay"; -+ }; -+ -+ edma@c080000 { -+ status = "okay"; -+ }; -+ + usb3_ss_phy: ssphy@9a000 { + status = "okay"; + }; |