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

powerpc/fsl/dts: Fix phy-connection-type for fm1mac3

Property phy-connection-type contains invalid value "sgmii-2500" per scheme
defined in file ethernet-controller.yaml.

Correct phy-connection-type value should be "2500base-x".

Signed-off-by: Pali Rohár <pali@kernel.org>
Fixes: 84e0f1c13806 ("powerpc/mpc85xx: Add MDIO bus muxing support to the board device tree(s)")
Acked-by: Scott Wood <oss@buserror.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Pali Rohár and committed by
David S. Miller
eed183ab dade7f9d

+1 -1
+1 -1
arch/powerpc/boot/dts/fsl/t1023rdb.dts
··· 154 154 155 155 fm1mac3: ethernet@e4000 { 156 156 phy-handle = <&sgmii_aqr_phy3>; 157 - phy-connection-type = "sgmii-2500"; 157 + phy-connection-type = "2500base-x"; 158 158 sleep = <&rcpm 0x20000000>; 159 159 }; 160 160