mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
qualcommax: ipq807x: correct PHY mode for AQR
Interfaces that have AQR-s attached to them are using USXGMII and not just the default SGMII. This was fine until SSDK added some sanity checking and now on Qnap 301W it would fail with: [ 24.740197] nss-dp 3a001800.dp5 10g-1 (uninitialized): failed to connect to phy device [ 24.740264] nss-dp: probe of 3a001800.dp5 failed with error -14 Since this is not Qnap 301W specific lets fix it subtarget wide by declaring the correct PHY mode for 10G AQR-s. Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
b38a1d6c65
commit
70498cb386
@ -268,6 +268,7 @@
|
|||||||
&dp6_syn {
|
&dp6_syn {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
qcom,mactype = <1>;
|
qcom,mactype = <1>;
|
||||||
|
phy-mode = "usxgmii";
|
||||||
phy-handle = <&aqr113c>;
|
phy-handle = <&aqr113c>;
|
||||||
label = "wan";
|
label = "wan";
|
||||||
};
|
};
|
||||||
|
@ -405,6 +405,7 @@
|
|||||||
|
|
||||||
&dp6_syn {
|
&dp6_syn {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
phy-mode = "usxgmii";
|
||||||
phy-handle = <&aqr113c>;
|
phy-handle = <&aqr113c>;
|
||||||
label = "10g";
|
label = "10g";
|
||||||
nvmem-cells = <&macaddr_lan 0>;
|
nvmem-cells = <&macaddr_lan 0>;
|
||||||
|
@ -274,6 +274,7 @@
|
|||||||
|
|
||||||
&dp6_syn {
|
&dp6_syn {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
phy-mode = "usxgmii";
|
||||||
phy-handle = <&aqr111b0>;
|
phy-handle = <&aqr111b0>;
|
||||||
label = "lan5";
|
label = "lan5";
|
||||||
nvmem-cells = <&macaddr_dp6_syn>;
|
nvmem-cells = <&macaddr_dp6_syn>;
|
||||||
|
@ -327,6 +327,7 @@
|
|||||||
|
|
||||||
&dp5_syn {
|
&dp5_syn {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
phy-mode = "usxgmii";
|
||||||
phy-handle = <&aqr113c_1>;
|
phy-handle = <&aqr113c_1>;
|
||||||
label = "wan";
|
label = "wan";
|
||||||
nvmem-cells = <&macaddr_appsblenv_ethaddr>;
|
nvmem-cells = <&macaddr_appsblenv_ethaddr>;
|
||||||
@ -335,6 +336,7 @@
|
|||||||
|
|
||||||
&dp6_syn {
|
&dp6_syn {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
phy-mode = "usxgmii";
|
||||||
phy-handle = <&aqr113c_2>;
|
phy-handle = <&aqr113c_2>;
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
nvmem-cells = <&macaddr_appsblenv_ethaddr>;
|
nvmem-cells = <&macaddr_appsblenv_ethaddr>;
|
||||||
|
Loading…
Reference in New Issue
Block a user