ipq40xx: sxtsq-5-ac: correct TCSR ESS type
authorRobert Marko <robert.marko@sartura.hr>
Mon, 27 Dec 2021 14:20:58 +0000 (15:20 +0100)
committerDavid Bauer <mail@david-bauer.net>
Sun, 2 Oct 2022 21:04:38 +0000 (23:04 +0200)
SXTsq 5 ac uses RGMII on the port 5 and not PSGMII, so correct the TCSR
interface type property.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-sxtsq-5-ac.dts

index 9c95ccc141a1f2e34ec46b6737842b7bef52a994..415bec5a8fdfb3f10d98f14ebd3d0793544188e2 100644 (file)
@@ -49,7 +49,7 @@
                ess_tcsr@1953000 {
                        compatible = "qcom,tcsr";
                        reg = <0x1953000 0x1000>;
-                       qcom,ess-interface-select = <TCSR_ESS_PSGMII>;
+                       qcom,ess-interface-select = <TCSR_ESS_PSGMII_RGMII4>;
                };
 
                tcsr@1957000 {