qualcommax: ipq807x: 301w: correct PHY mode for AQR
authorRobert Marko <robimarko@gmail.com>
Sat, 17 Feb 2024 12:41:36 +0000 (13:41 +0100)
committerRobert Marko <robimarko@gmail.com>
Sat, 17 Feb 2024 16:32:13 +0000 (17:32 +0100)
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

So, lets fix 10G AQR ports by declaring the correct PHY mode.

Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-301w.dts

index 58eefc30ba9daf0fb699aee9dbea2119dd08a231..081e932b5c7eb8c3eff5273356534cb093d2bfb1 100644 (file)
 &dp5 {
        status = "okay";
        qcom,mactype = <1>;
+       phy-mode = "usxgmii";
        phy-handle = <&aqr113c_8>;
        label = "10g-1";
 };
 
 &dp6_syn {
        status = "okay";
+       phy-mode = "usxgmii";
        phy-handle = <&aqr113c_0>;
        label = "10g-2";
 };