Skip to content

Commit

Permalink
powerpc/fsl/dts: Fix phy-connection-type for fm1mac3
Browse files Browse the repository at this point in the history
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: 84e0f1c ("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>
  • Loading branch information
Pali Rohár authored and David S. Miller committed Oct 2, 2021
1 parent dade7f9 commit eed183a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/fsl/t1023rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};

Expand Down

0 comments on commit eed183a

Please sign in to comment.