aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Oltean <vladimir.oltean@nxp.com>2021-06-29 20:53:12 +0300
committerRamon Fried <rfried.dev@gmail.com>2021-07-06 05:22:41 +0300
commitaee4479a856dabd39ede99ecb80525ed70954c05 (patch)
treeb6dbf169a31abc2eae1fb1ff46ba4259a0844747
parent39dca76c34ebd06a1d7f9832598f697ff0dc8127 (diff)
downloadu-boot-aee4479a856dabd39ede99ecb80525ed70954c05.zip
u-boot-aee4479a856dabd39ede99ecb80525ed70954c05.tar.gz
u-boot-aee4479a856dabd39ede99ecb80525ed70954c05.tar.bz2
arm: dts: ls1028a: enable internal RGMII delays for the LS1028A-QDS AR8035 PHY
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>
-rw-r--r--arch/arm/dts/fsl-ls1028a-qds.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/fsl-ls1028a-qds.dtsi b/arch/arm/dts/fsl-ls1028a-qds.dtsi
index da89ff9..69632fa 100644
--- a/arch/arm/dts/fsl-ls1028a-qds.dtsi
+++ b/arch/arm/dts/fsl-ls1028a-qds.dtsi
@@ -251,7 +251,7 @@
&enetc1 {
status = "okay";
- phy-mode = "rgmii";
+ phy-mode = "rgmii-id";
phy-handle = <&qds_phy0>;
};