arm64: dts: lx2160a: Update phy mode for Aquantia PHYs
authorIoana Radulescu <ruxandra.radulescu@nxp.com>
Wed, 24 Jul 2019 17:22:57 +0000 (20:22 +0300)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:26:15 +0000 (11:26 +0800)
The Aquantia driver does not allow xgmii mode anymore for
the AQR107 PHYs. Use the correct usxgmii mode instead.

Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com>
arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts

index da8a118..dce7901 100644 (file)
 
 &dpmac3 {
        phy-handle = <&aquantia_phy1>;
-       phy-connection-type = "xgmii";
+       phy-connection-type = "usxgmii";
 };
 
 &dpmac4 {
        phy-handle = <&aquantia_phy2>;
-       phy-connection-type = "xgmii";
+       phy-connection-type = "usxgmii";
 };
 
 &dpmac5 {