Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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

authored by

Peter Rosin and committed by
Nicolas Ferre
dcdbc335 8c8b997c

+1 -1
+1 -1
arch/arm/boot/dts/at91-tse850-3.dts
··· 262 262 &macb1 { 263 263 status = "okay"; 264 264 265 - phy-mode = "rgmii"; 265 + phy-mode = "rmii"; 266 266 267 267 #address-cells = <1>; 268 268 #size-cells = <0>;