From 579ea6b97079cf57949892969064dbee3203d1f4 Mon Sep 17 00:00:00 2001 From: Dirk Buchwalder Date: Thu, 6 Oct 2022 18:25:12 +0200 Subject: ipq40xx: ZTE MF289F: convert to DSA Convert ZTE MF289F device to DSA, re-order network ports to match the labels on the case and re-enable the device. Signed-off-by: Dirk Buchwalder Reviewed-by: Robert Marko Reviewed-by: Lech Perczak --- .../arch/arm/boot/dts/qcom-ipq4019-mf289f.dts | 30 ++++++++++++---------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'target/linux/ipq40xx/files') diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-mf289f.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-mf289f.dts index 2dac307990..ccb70dce87 100644 --- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-mf289f.dts +++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-mf289f.dts @@ -71,10 +71,6 @@ }; soc { - ess-psgmii@98000 { - status = "okay"; - }; - tcsr@1949000 { compatible = "qcom,tcsr"; reg = <0x1949000 0x100>; @@ -100,14 +96,6 @@ reg = <0x1957000 0x100>; qcom,wifi_noc_memtype_m0_m2 = ; }; - - ess-switch@c000000 { - status = "okay"; - }; - - edma@c080000 { - status = "okay"; - }; }; }; @@ -319,17 +307,31 @@ status = "okay"; }; -&gmac0 { +&gmac { + status = "okay"; nvmem-cell-names = "mac-address"; nvmem-cells = <&macaddr_mac_0>; }; -&gmac1 { +&switch { + status = "okay"; +}; + +&swport2 { + status = "okay"; + + label = "wan"; + nvmem-cell-names = "mac-address"; nvmem-cells = <&macaddr_mac_0>; mac-address-increment = <1>; }; +&swport5 { + status = "okay"; + + label = "lan"; +}; &qpic_bam { status = "okay"; -- cgit v1.2.3