ARM: dts: at91: tse850: the emac<->phy interface is rmii
authorPeter Rosin <peda@axentia.se>
Mon, 20 Sep 2021 20:37:38 +0000 (22:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Nov 2021 10:40:32 +0000 (11:40 +0100)
[ 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: 21dd0ece34c2 ("ARM: dts: at91: add devicetree for the Axentia TSE-850")
Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/ea781f5e-422f-6cbf-3cf4-d5a7bac9392d@axentia.se
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/at91-tse850-3.dts

index 4ef80a703eda38472a5cb8a3b01c35e7068e598e..d31a4e633fb4a22915a84052f7c90a44c7cbef89 100644 (file)
 &macb1 {
        status = "okay";
 
-       phy-mode = "rgmii";
+       phy-mode = "rmii";
 
        #address-cells = <1>;
        #size-cells = <0>;