From: Pali Rohár Date: Sat, 2 Oct 2021 09:04:09 +0000 (+0200) Subject: powerpc/fsl/dts: Fix phy-connection-type for fm1mac3 X-Git-Tag: accepted/tizen/unified/20230118.172025~6222^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eed183abc0d3b8adb64fd1363b7cea7986cd58d6;p=platform%2Fkernel%2Flinux-rpi.git 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 Fixes: 84e0f1c13806 ("powerpc/mpc85xx: Add MDIO bus muxing support to the board device tree(s)") Acked-by: Scott Wood Signed-off-by: David S. Miller --- diff --git a/arch/powerpc/boot/dts/fsl/t1023rdb.dts b/arch/powerpc/boot/dts/fsl/t1023rdb.dts index 5ba6fbf..f82f85c 100644 --- a/arch/powerpc/boot/dts/fsl/t1023rdb.dts +++ b/arch/powerpc/boot/dts/fsl/t1023rdb.dts @@ -154,7 +154,7 @@ fm1mac3: ethernet@e4000 { phy-handle = <&sgmii_aqr_phy3>; - phy-connection-type = "sgmii-2500"; + phy-connection-type = "2500base-x"; sleep = <&rcpm 0x20000000>; };