]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: imx8qxp-mek: Remove unexisting Ethernet PHY
authorFabio Estevam <festevam@gmail.com>
Mon, 17 Feb 2020 19:15:03 +0000 (16:15 -0300)
committerShawn Guo <shawnguo@kernel.org>
Wed, 19 Feb 2020 02:12:57 +0000 (10:12 +0800)
There is only on Ethernet port and one Ethernet PHY on imx8qxp-mek.

Remove the unexisting ethphy1 port.

This fixes a run-time warning:

mdio_bus 5b040000.ethernet-1: MDIO device at address 1 is missing.

Fixes: fdea904e85e1 ("arm64: dts: imx: add imx8qxp mek support")
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8qxp-mek.dts

index d3d26cca7d526c63b8a6f5d4be201c9cfbbfb60c..13460a360c6af7bc0dba24184c20523b332184ce 100644 (file)
@@ -52,11 +52,6 @@ ethphy0: ethernet-phy@0 {
                        compatible = "ethernet-phy-ieee802.3-c22";
                        reg = <0>;
                };
-
-               ethphy1: ethernet-phy@1 {
-                       compatible = "ethernet-phy-ieee802.3-c22";
-                       reg = <1>;
-               };
        };
 };