From 5c3bfd870cf04e63ba06695761f2397b08c46af5 Mon Sep 17 00:00:00 2001 From: Selvam Sathappan Periakaruppan Date: Mon, 19 Jul 2021 15:32:06 +0530 Subject: [PATCH] arm: dts: ipq9574: Remove redundant ethernet configuration The ethernet node is already included from the file ipq9574-db-al01-c1.dts. Remove redundant ethernet node config from this c2 file. Change-Id: I1046f04c67c1a67c614708cd6575dd436154ad83 Signed-off-by: Selvam Sathappan Periakaruppan --- arch/arm/dts/ipq9574-db-al01-c2.dts | 44 ----------------------------- 1 file changed, 44 deletions(-) diff --git a/arch/arm/dts/ipq9574-db-al01-c2.dts b/arch/arm/dts/ipq9574-db-al01-c2.dts index 61a22a9df3..5bc79fa576 100644 --- a/arch/arm/dts/ipq9574-db-al01-c2.dts +++ b/arch/arm/dts/ipq9574-db-al01-c2.dts @@ -110,48 +110,4 @@ nand: nand-controller@79B0000 { status = "disabled"; }; - - ess-switch { - switch_mac_mode = ; - switch_mac_mode1 = ; - switch_mac_mode2 = ; - malibu_gpio = <60>; - malibu_gpio_cnt = <1>; - aquantia_gpio = <36>; - aquantia_gpio_cnt = <1>; - aquantia_port = <5>; - napa_gpio = <57>; - napa_gpio_cnt = <1>; - mdc_mdio_gpio = <38 39>; - port_phyinfo { - port@0 { - phy_address = <16>; - phy_type = ; - }; - port@1 { - phy_address = <17>; - phy_type = ; - }; - port@2 { - phy_address = <18>; - phy_type = ; - }; - port@3 { - phy_address = <19>; - phy_type = ; - }; - port@4 { - phy_address = <20>; - phy_type = ; - }; - port@5 { - phy_address = <8>; - phy_type = ; - }; - port@6 { - phy_address = <28>; - phy_type = ; - }; - }; - }; };