From: Ioana Ciornei Date: Thu, 22 Apr 2021 09:32:39 +0000 (+0300) Subject: Revert "arm64: dts: lx2160a-rdb: Add RGMII PHY nodes for dpmac 17 and 18" X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~207 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=670f81eb9efd6951eb4d4450c43e1337f691df76;p=linux.git Revert "arm64: dts: lx2160a-rdb: Add RGMII PHY nodes for dpmac 17 and 18" This reverts commit 873a3f07599f7d64561fde4a64a243b81f0edd7e. This is already in upstream so the nodes are duplicated. --- diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts index f7b357880162..f96bdad92eba 100644 --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts @@ -208,21 +208,6 @@ status = "okay"; }; -&emdio1 { - rgmii_phy1: ethernet-phy@1 { - /* AR8035 PHY - "compatible" property not strictly needed */ - compatible = "ethernet-phy-id004d.d072"; - reg = <0x1>; - /* Poll mode - no "interrupts" property defined */ - }; - rgmii_phy2: ethernet-phy@2 { - /* AR8035 PHY - "compatible" property not strictly needed */ - compatible = "ethernet-phy-id004d.d072"; - reg = <0x2>; - /* Poll mode - no "interrupts" property defined */ - }; -}; - &emdio2 { inphi_phy: ethernet-phy@0 { compatible = "ethernet-phy-id0210.7440"; @@ -237,13 +222,3 @@ &dpmac6 { phy-handle = <&inphi_phy>; }; - -&dpmac17 { - phy-handle = <&rgmii_phy1>; - phy-connection-type = "rgmii-id"; -}; - -&dpmac18 { - phy-handle = <&rgmii_phy2>; - phy-connection-type = "rgmii-id"; -};