arm: dts: ls1028a: enable internal RGMII delays for the LS1028A-QDS AR8035 PHY
authorVladimir Oltean <vladimir.oltean@nxp.com>
Tue, 29 Jun 2021 17:53:12 +0000 (20:53 +0300)
committerRamon Fried <rfried.dev@gmail.com>
Tue, 6 Jul 2021 02:22:41 +0000 (05:22 +0300)
There are no PCB trace delays on this board, so the PHY needs to enable
its internal ones in order to have a proper electrical connection to the
enetc MAC.

Fixes: b32e9a757837 ("arm: dts: ls1028a updates for network interfaces")
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
arch/arm/dts/fsl-ls1028a-qds.dtsi

index da89ff9..69632fa 100644 (file)
 
 &enetc1 {
        status = "okay";
-       phy-mode = "rgmii";
+       phy-mode = "rgmii-id";
        phy-handle = <&qds_phy0>;
 };