diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 8ba7bdda67..134c3caf2c 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -71,7 +71,6 @@ dtb-$(CONFIG_ARCH_IPQ5018) += ipq5018-emulation.dtb \ ipq5018-db-mp03.3.dtb dtb-$(CONFIG_ARCH_IPQ6018) += ipq6018-cp01-c1.dtb \ - ipq6018-cp01-c3.dtb \ ipq6018-cp02-c1.dtb \ ipq6018-cp03-c1.dtb \ ipq6018-db-cp01.dtb \ diff --git a/arch/arm/dts/ipq6018-cp01-c3.dts b/arch/arm/dts/ipq6018-cp01-c3.dts deleted file mode 100644 index 5ec79aeaa4..0000000000 --- a/arch/arm/dts/ipq6018-cp01-c3.dts +++ /dev/null @@ -1,84 +0,0 @@ -/* - * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 and - * only version 2 as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ - -/dts-v1/; -#include "ipq6018-soc.dtsi" -/ { - machid = <0x8030002>; - config_name = "config@cp01-c3"; - - aliases { - console = "/serial@78B1000"; - pci0 = "/pci@20000000"; - usb0 = "/xhci@8a00000"; - usb1 = "/xhci@7000000"; - i2c1 = "/i2c@78ba000"; - i2c0 = "/i2c@78b7000"; - }; - i2c0: i2c@78b7000 { - compatible = "qcom,qup-i2c"; - #address-cells = <1>; - #size-cells = <0>; - reg = <0x78b7000 0x600>; - clock-frequency = <400000>; - - i2c_gpio { - gpio1 { - gpio = <42>; - func = <2>; - pull = ; - drvstr = ; - oe = ; - }; - - gpio2 { - gpio = <43>; - func = <2>; - pull = ; - drvstr = ; - oe = ; - }; - }; - }; - ess-switch { - switch_mac_mode = ; - switch_mac_mode1 = ; - napa_gpio = <77>; - napa_gpio_cnt = <1>; - malibu_gpio = <75>; - malibu_gpio_cnt = <1>; - mdc_mdio_gpio = <64 65>; - port_phyinfo { - port@0 { - phy_address = <0>; - phy_type = ; - }; - port@1 { - phy_address = <1>; - phy_type = ; - }; - port@2 { - phy_address = <2>; - phy_type = ; - }; - port@3 { - phy_address = <3>; - phy_type = ; - }; - port@4 { - phy_address = <24>; - phy_type = ; - }; - }; - }; -};