ipq40xx: sxtsq-5-ac: correct TCSR ESS type

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>
This commit is contained in:
Robert Marko 2021-12-27 15:20:58 +01:00 committed by David Bauer
parent a4470685ac
commit 5293c08290

View File

@ -49,7 +49,7 @@
ess_tcsr@1953000 { ess_tcsr@1953000 {
compatible = "qcom,tcsr"; compatible = "qcom,tcsr";
reg = <0x1953000 0x1000>; reg = <0x1953000 0x1000>;
qcom,ess-interface-select = <TCSR_ESS_PSGMII>; qcom,ess-interface-select = <TCSR_ESS_PSGMII_RGMII4>;
}; };
tcsr@1957000 { tcsr@1957000 {