Skip to content

Commit 0764e36

Browse files
ubituxmripard
authored andcommitted
arm64: dts: allwinner: h5: NanoPI Neo 2: Fix ethernet node
RX and TX delay are provided by ethernet PHY. Reflect that in ethernet node. Fixes: 44a94c7 ("arm64: dts: allwinner: H5: Restore EMAC changes") Signed-off-by: Clément Bœsch <[email protected]> Reviewed-by: Jernej Skrabec <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: Maxime Ripard <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6880fa6 commit 0764e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
pinctrl-0 = <&emac_rgmii_pins>;
7676
phy-supply = <&reg_gmac_3v3>;
7777
phy-handle = <&ext_rgmii_phy>;
78-
phy-mode = "rgmii";
78+
phy-mode = "rgmii-id";
7979
status = "okay";
8080
};
8181

0 commit comments

Comments
 (0)