summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFugang Duan <fugang.duan@nxp.com>2019-12-13 14:27:23 +0800
committerFugang Duan <fugang.duan@nxp.com>2019-12-13 15:49:21 +0800
commitd04ac1d9dbff2c508e0b958985b3d8d4ee972ca3 (patch)
treef940be29e3cab89a358490c1995d3b26d0b36dab
parent46b954d90dde9083e04e97770cf309dd5110949a (diff)
LF-462 ARM: dts: imx7d-12x12-lpddr3-val: correct the phy interface mode
Correct the phy interface mode to "rgmii-id". Reviewed-by: Richard Zhu <hongxing.zhu@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
-rw-r--r--arch/arm/boot/dts/imx7d-12x12-lpddr3-val.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx7d-12x12-lpddr3-val.dts b/arch/arm/boot/dts/imx7d-12x12-lpddr3-val.dts
index 1c9b25dc72bf..422e60865b1a 100644
--- a/arch/arm/boot/dts/imx7d-12x12-lpddr3-val.dts
+++ b/arch/arm/boot/dts/imx7d-12x12-lpddr3-val.dts
@@ -188,7 +188,7 @@
<&clks IMX7D_ENET1_TIME_ROOT_CLK>;
assigned-clock-parents = <&clks IMX7D_PLL_ENET_MAIN_100M_CLK>;
assigned-clock-rates = <0>, <100000000>;
- phy-mode = "rgmii";
+ phy-mode = "rgmii-id";
phy-handle = <&ethphy1>;
fsl,magic-packet;
status = "okay";
@@ -218,7 +218,7 @@
<&clks IMX7D_ENET2_TIME_ROOT_CLK>;
assigned-clock-parents = <&clks IMX7D_PLL_ENET_MAIN_100M_CLK>;
assigned-clock-rates = <0>, <100000000>;
- phy-mode = "rgmii";
+ phy-mode = "rgmii-id";
phy-handle = <&ethphy0>;
fsl,magic-packet;
status = "disabled";