summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx-sdb.dtsi
diff options
context:
space:
mode:
authorFugang Duan <fugang.duan@nxp.com>2020-02-20 09:39:37 +0800
committerFugang Duan <fugang.duan@nxp.com>2020-02-20 11:12:45 +0800
commitd5558c481db8ae5491f0c27851d6f6a326b7cb22 (patch)
tree406b8ccb456a3aeec91e2a6dc16386f0d8bf1379 /arch/arm/boot/dts/imx6sx-sdb.dtsi
parent076c16af0f35a28dc82c7fd35bf33dbd56dab31b (diff)
LF-977 ARM: dts: imx6sx: enable phy delay for enet2
Commit 6d4cd041f0af ("net: phy: at803x: disable delay only for RGMII mode") exposed an issue on imx DTS files using AR8031/AR8035 PHYs. To fix this problem, the phy-mode property needs to be "rgmii-id", which enables PHY RX and TX delays. Tested-by: Lina Jin <lina.jin@nxp.com> Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-sdb.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6sx-sdb.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dtsi b/arch/arm/boot/dts/imx6sx-sdb.dtsi
index ffa131fb396e..7a56bf3da8df 100644
--- a/arch/arm/boot/dts/imx6sx-sdb.dtsi
+++ b/arch/arm/boot/dts/imx6sx-sdb.dtsi
@@ -271,7 +271,7 @@
&fec2 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet2>;
- phy-mode = "rgmii";
+ phy-mode = "rgmii-id";
phy-handle = <&ethphy2>;
status = "okay";
};