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: Ian Ray <ian.ray@gehealthcare.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
port@4 {
reg = <4>;
label = "cpu";
+ phy-mode = "gmii";
ethernet = <&switch_nic>;
phy-handle = <&switchphy4>;
};
port@4 {
reg = <4>;
label = "cpu";
+ phy-mode = "gmii";
ethernet = <&switch_nic>;
phy-handle = <&switchphy4>;
};
port@4 {
reg = <4>;
label = "cpu";
+ phy-mode = "gmii";
ethernet = <&switch_nic>;
phy-handle = <&switchphy4>;
};