mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-15 03:14:50 +00:00
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:
parent
a4470685ac
commit
5293c08290
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user