Skip to content

Commit 7dbf4bb

Browse files
ARM: dts: at91: sama5d3_xplained: change phy-mode
Since commit bcf3440 ("net: phy: micrel: add phy-mode support for the KSZ9031 PHY"), networking is broken on sama5d3 xplained. The device tree has phy-mode = "rgmii" and this worked before, because KSZ9031 PHY started with default RGMII internal delays configuration (TX off, RX on 1.2 ns) and MAC provided TX delay. After above commit, the KSZ9031 PHY starts handling phy mode properly and disables RX delay, as result networking is become broken. Fix it by switching to phy-mode = "rgmii-rxid" to reflect previous behavior. Fixes: bcf3440 ("net: phy: micrel: add phy-mode support for the KSZ9031 PHY") Signed-off-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 51139cc commit 7dbf4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/at91-sama5d3_xplained.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
};
129129

130130
macb0: ethernet@f0028000 {
131-
phy-mode = "rgmii";
131+
phy-mode = "rgmii-rxid";
132132
#address-cells = <1>;
133133
#size-cells = <0>;
134134
status = "okay";

0 commit comments

Comments
 (0)