]> git.baikalelectronics.ru Git - uboot.git/commitdiff
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: eedcb839457a ("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 da89ff96e98cd16436c40086d7d19f86ca699422..69632fa796b54775bf951a8e5258373aa41af959 100644 (file)
 
 &enetc1 {
        status = "okay";
-       phy-mode = "rgmii";
+       phy-mode = "rgmii-id";
        phy-handle = <&qds_phy0>;
 };