mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-08 03:50:48 +00:00
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>
This commit is contained in:
parent
fc69532eb9
commit
1a49b499f1
@ -31,21 +31,9 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ess-psgmii@98000 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
ess_tcsr@1953000 {
|
ess_tcsr@1953000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
ess-switch@c000000 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
edma@c080000 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -85,10 +85,6 @@
|
|||||||
reset-delay-us = <2000>;
|
reset-delay-us = <2000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
ess-psgmii@98000 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
tcsr@1949000 {
|
tcsr@1949000 {
|
||||||
compatible = "qcom,tcsr";
|
compatible = "qcom,tcsr";
|
||||||
reg = <0x1949000 0x100>;
|
reg = <0x1949000 0x100>;
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
serial@78af000 {
|
serial@78af000 {
|
||||||
@@ -109,5 +128,41 @@
|
@@ -109,5 +128,29 @@
|
||||||
wifi@a800000 {
|
wifi@a800000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
@ -65,18 +65,6 @@
|
|||||||
+ status = "okay";
|
+ status = "okay";
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
+ ess-switch@c000000 {
|
|
||||||
+ status = "okay";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ ess-psgmii@98000 {
|
|
||||||
+ status = "okay";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ edma@c080000 {
|
|
||||||
+ status = "okay";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ usb3_ss_phy: ssphy@9a000 {
|
+ usb3_ss_phy: ssphy@9a000 {
|
||||||
+ status = "okay";
|
+ status = "okay";
|
||||||
+ };
|
+ };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user