Skip to content

Commit

Permalink
ARM: dts: imx7d-tep1: support Realtek Ethernet PHY RTL8211F
Browse files Browse the repository at this point in the history
Add RGMII Tx/Rx delay to fix issue of the wrong dynamic IP
  • Loading branch information
Sean Xie committed Sep 30, 2022
1 parent 2f38822 commit 0ad093a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/imx7d-tep1.dtsi
Expand Up @@ -875,7 +875,7 @@ EDM_TEP1_GPIO_DEFS();
<&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 = <&ethphy0>;
fsl,magic-packet;
status = "okay";
Expand Down Expand Up @@ -903,7 +903,7 @@ EDM_TEP1_GPIO_DEFS();
<&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 = <&ethphy1>;
fsl,magic-packet;
status = "okay";
Expand Down

0 comments on commit 0ad093a

Please sign in to comment.