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

Commit 7a1721a7 authored by Pali Rohár's avatar Pali Rohár Committed by Greg Kroah-Hartman
Browse files

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



[ Upstream commit eed183abc0d3b8adb64fd1363b7cea7986cd58d6 ]

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: default avatarPali Rohár <pali@kernel.org>
Fixes: 84e0f1c1 ("powerpc/mpc85xx: Add MDIO bus muxing support to the board device tree(s)")
Acked-by: default avatarScott Wood <oss@buserror.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 08d7056e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@

			fm1mac3: ethernet@e4000 {
				phy-handle = <&sgmii_aqr_phy3>;
				phy-connection-type = "sgmii-2500";
				phy-connection-type = "2500base-x";
				sleep = <&rcpm 0x20000000>;
			};