Skip to content

Commit 9ba585c

Browse files
khayash1davem330
authored andcommitted
ARM: dts: uniphier: Change phy-mode to RGMII-ID to enable delay pins for RTL8211E
UniPhier PXs2 boards have RTL8211E ethernet phy, and the phy have the RX/TX delays of RGMII interface using pull-ups on the RXDLY and TXDLY pins. After the commit bbc4d71 ("net: phy: realtek: fix rtl8211e rx/tx delay config"), the delays are working correctly, however, "rgmii" means no delay and the phy doesn't work. So need to set the phy-mode to "rgmii-id" to show that RX/TX delays are enabled. Fixes: e3cc931 ("ARM: dts: uniphier: add AVE ethernet node") Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 2753792 commit 9ba585c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/uniphier-pxs2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@
583583
clocks = <&sys_clk 6>;
584584
reset-names = "ether";
585585
resets = <&sys_rst 6>;
586-
phy-mode = "rgmii";
586+
phy-mode = "rgmii-id";
587587
local-mac-address = [00 00 00 00 00 00];
588588
socionext,syscon-phy-mode = <&soc_glue 0>;
589589

0 commit comments

Comments
 (0)