]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx: bx50v3: Configure phy-mode to eliminate a warning
authorIan Ray <ian.ray@gehealthcare.com>
Tue, 17 Feb 2026 13:55:17 +0000 (15:55 +0200)
committerFrank Li <Frank.Li@nxp.com>
Mon, 6 Apr 2026 01:35:36 +0000 (21:35 -0400)
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>
arch/arm/boot/dts/nxp/imx/imx6q-b450v3.dts
arch/arm/boot/dts/nxp/imx/imx6q-b650v3.dts
arch/arm/boot/dts/nxp/imx/imx6q-b850v3.dts

index d994b32ad825c9e667da08eb36655ed267468b53..7326b8ad08cb5e104a23d794af6aab9843e86646 100644 (file)
        port@4 {
                reg = <4>;
                label = "cpu";
+               phy-mode = "gmii";
                ethernet = <&switch_nic>;
                phy-handle = <&switchphy4>;
        };
index b0d345f5d071261c68caccadc1dcbd1d4b607dc2..9a43935be11ca8173ee07fcb553f5284c4515815 100644 (file)
        port@4 {
                reg = <4>;
                label = "cpu";
+               phy-mode = "gmii";
                ethernet = <&switch_nic>;
                phy-handle = <&switchphy4>;
        };
index cad112e054758f7ce364f2346eb4e1e291086a61..e7ccdcba2d5c5573d473d8ab7568a03aec88c335 100644 (file)
        port@4 {
                reg = <4>;
                label = "cpu";
+               phy-mode = "gmii";
                ethernet = <&switch_nic>;
                phy-handle = <&switchphy4>;
        };