From 670f81eb9efd6951eb4d4450c43e1337f691df76 Mon Sep 17 00:00:00 2001 From: Ioana Ciornei Date: Thu, 22 Apr 2021 12:32:39 +0300 Subject: [PATCH] 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. --- .../boot/dts/freescale/fsl-lx2160a-rdb.dts | 25 ------------------- 1 file changed, 25 deletions(-) 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"; -}; -- 2.17.1