diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-02-17 16:15:03 -0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-03-12 13:00:27 +0100 |
commit | 67a6b0adb1ac01d9f13c4dc4ca52d047476a959f (patch) | |
tree | 4a22c07494292d4bd953194ca0b1af735f6eba77 /arch | |
parent | 14bd791e38c60a41095ac1872785d03af97f9045 (diff) | |
download | linux-stable-67a6b0adb1ac01d9f13c4dc4ca52d047476a959f.tar.gz linux-stable-67a6b0adb1ac01d9f13c4dc4ca52d047476a959f.tar.bz2 linux-stable-67a6b0adb1ac01d9f13c4dc4ca52d047476a959f.zip |
arm64: dts: imx8qxp-mek: Remove unexisting Ethernet PHY
commit 26c4b4758fce8f0ae744335e1762213be29db441 upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8qxp-mek.dts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts b/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts index 19468058e6ae..8148196902dd 100644 --- a/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts +++ b/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts @@ -52,11 +52,6 @@ compatible = "ethernet-phy-ieee802.3-c22"; reg = <0>; }; - - ethphy1: ethernet-phy@1 { - compatible = "ethernet-phy-ieee802.3-c22"; - reg = <1>; - }; }; }; |