Commit f45c5445 authored by Ian Ray's avatar Ian Ray Committed by Frank Li
Browse files

ARM: dts: imx: bx50v3: Configure phy-mode to eliminate a warning



Set `phy-mode' on network switch CPU ports to eliminate a warning:
  mv88e6085 gpio-0:00: OF node /mdio-gpio/switch@0/ports/port@4 of CPU port 4 lacks the required "phy-mode" property

Signed-off-by: default avatarIan Ray <ian.ray@gehealthcare.com>
Signed-off-by: default avatarFrank Li <Frank.Li@nxp.com>
parent 12959ffa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -140,6 +140,7 @@ port@3 {
	port@4 {
		reg = <4>;
		label = "cpu";
		phy-mode = "gmii";
		ethernet = <&switch_nic>;
		phy-handle = <&switchphy4>;
	};
+1 −0
Original line number Diff line number Diff line
@@ -139,6 +139,7 @@ port@3 {
	port@4 {
		reg = <4>;
		label = "cpu";
		phy-mode = "gmii";
		ethernet = <&switch_nic>;
		phy-handle = <&switchphy4>;
	};
+1 −0
Original line number Diff line number Diff line
@@ -286,6 +286,7 @@ port@3 {
	port@4 {
		reg = <4>;
		label = "cpu";
		phy-mode = "gmii";
		ethernet = <&switch_nic>;
		phy-handle = <&switchphy4>;
	};