From 23fa7b127f843fb3ab4c005a5d189311005a7473 Mon Sep 17 00:00:00 2001 From: Ioana Ciornei Date: Thu, 22 Apr 2021 12:47:02 +0300 Subject: [PATCH] Revert "arm64: dts: lx2160a-rdb: Add Aquantia PHY nodes" This reverts commit 9eb202387ce09e927a9adbb10fe832989e4ad4aa. --- .../boot/dts/freescale/fsl-lx2160a-rdb.dts | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts index c9186baeac32..f7b357880162 100644 --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts @@ -221,18 +221,6 @@ reg = <0x2>; /* Poll mode - no "interrupts" property defined */ }; - aquantia_phy1: ethernet-phy@4 { - /* AQR107 PHY - "compatible" property not strictly needed */ - compatible = "ethernet-phy-ieee802.3-c45"; - interrupts = ; - reg = <0x4>; - }; - aquantia_phy2: ethernet-phy@5 { - /* AQR107 PHY - "compatible" property not strictly needed */ - compatible = "ethernet-phy-ieee802.3-c45"; - interrupts = ; - reg = <0x5>; - }; }; &emdio2 { @@ -242,16 +230,6 @@ }; }; -&dpmac3 { - phy-handle = <&aquantia_phy1>; - phy-connection-type = "xgmii"; -}; - -&dpmac4 { - phy-handle = <&aquantia_phy2>; - phy-connection-type = "xgmii"; -}; - &dpmac5 { phy-handle = <&inphi_phy>; }; -- 2.17.1