Skip to content

Commit 55dd7e0

Browse files
bastien-roucariesmripard
authored andcommitted
ARM: dts: sun7i: A20-olinuxino-lime2: Fix ethernet phy-mode
Commit bbc4d71 ("net: phy: realtek: fix rtl8211e rx/tx delay config") sets the RX/TX delay according to the phy-mode property in the device tree. For the A20-olinuxino-lime2 board this is "rgmii", which is the wrong setting. Following the example of a900cac ("ARM: dts: sun7i: a20: bananapro: Fix ethernet phy-mode") the phy-mode is changed to "rgmii-id" which gets the Ethernet working again on this board. Signed-off-by: Bastien Roucariès <[email protected]> Signed-off-by: Maxime Ripard <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 0764e36 commit 55dd7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
pinctrl-names = "default";
113113
pinctrl-0 = <&gmac_rgmii_pins>;
114114
phy-handle = <&phy1>;
115-
phy-mode = "rgmii";
115+
phy-mode = "rgmii-id";
116116
status = "okay";
117117
};
118118

0 commit comments

Comments
 (0)