Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd49dee2 authored by Peter Rosin's avatar Peter Rosin Committed by Greg Kroah-Hartman
Browse files

ARM: dts: at91: tse850: the emac<->phy interface is rmii



[ Upstream commit dcdbc335a91a26e022a803e1a6b837266989c032 ]

This went unnoticed until commit 7897b071ac3b ("net: macb: convert
to phylink") which tickled the problem. The sama5d3 emac has never
been capable of rgmii, and it all just happened to work before that
commit.

Fixes: 21dd0ece ("ARM: dts: at91: add devicetree for the Axentia TSE-850")
Signed-off-by: default avatarPeter Rosin <peda@axentia.se>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/ea781f5e-422f-6cbf-3cf4-d5a7bac9392d@axentia.se


Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 1df7102f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -262,7 +262,7 @@
&macb1 {
	status = "okay";

	phy-mode = "rgmii";
	phy-mode = "rmii";

	#address-cells = <1>;
	#size-cells = <0>;