qualcommax: set phy-mode to sgmii for QCA8081
authorChukun Pan <amadeus@jmu.edu.cn>
Thu, 15 Feb 2024 15:18:30 +0000 (23:18 +0800)
committerRobert Marko <robimarko@gmail.com>
Mon, 18 Mar 2024 21:17:20 +0000 (22:17 +0100)
The dp5 node uses psgmii by default, corrected
the phy-mode to sgmii for the qca8081 phy.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq6010-mango-dvk.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8071-eap102.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-ax9000.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-nbg7815.dts

index ebda536f45ba30b88d3df10c381a017a9f52a585..940224dd3550e6848a2842d24f01057f8a6daee9 100644 (file)
 &dp5 {
        status = "okay";
 
+       phy-mode = "sgmii";
        phy-handle = <&qca8081>;
        nvmem-cells = <&macaddr_eth2>;
        nvmem-cell-names = "mac-address";
index f3d2fa34126470e421373ccec0e778c06fd9156b..d55904a24a447baddde050f53b6613eaaa7c19f4 100644 (file)
 
 &dp5 {
        status = "okay";
+       phy-mode = "sgmii";
        phy-handle = <&qca8081_24>;
        label = "lan";
 };
index 805a2fc0bcf096c668b103c13838340bccbaa00b..ec66d47d16a93f4b35506e0876a41fc3a51acf73 100644 (file)
 
 &dp5 {
        status = "okay";
+       phy-mode = "sgmii";
        phy-handle = <&qca8081>;
        label = "wan";
        nvmem-cells = <&macaddr_dp5>;
index f508ada978ddc156048e5e932d9b4774821c041b..b18f38cc6cf4dc4d9e9381fc734c05ffb3fa9245 100644 (file)
 
 &dp5 {
        status = "okay";
+       phy-mode = "sgmii";
        phy-handle = <&qca8081>;
        label = "wan";
        nvmem-cells = <&macaddr_lan 1>;