From 9c800a79449a1b22f7f122006aebbe46766cb585 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Mon, 29 Aug 2022 17:23:15 +0200 Subject: [PATCH] Revert "ipq40xx: cambium wip" This reverts commit e9842436bce5b6a86c66e089297eca5d8eb8880d. --- .../boot/dts/qcom-ipq4018-cnpilot-e410-a.dts | 169 ------------------ target/linux/ipq40xx/image/generic.mk | 9 - 2 files changed, 178 deletions(-) delete mode 100644 target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-cnpilot-e410-a.dts diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-cnpilot-e410-a.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-cnpilot-e410-a.dts deleted file mode 100644 index 2fc9175a53..0000000000 --- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-cnpilot-e410-a.dts +++ /dev/null @@ -1,169 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0-or-later OR MIT - -#include "qcom-ipq4019.dtsi" -#include -#include -#include - -/ { - model = "Cambium Networks cnPilot e410 A"; - compatible = "cambium,cnpilot-e410-a"; - - aliases { - label-mac-device = &gmac0; - }; - - soc { - rng@22000 { - status = "okay"; - }; - - mdio@90000 { - status = "okay"; - }; - - ess-psgmii@98000 { - status = "okay"; - }; - - tcsr@1949000 { - compatible = "qcom,tcsr"; - reg = <0x1949000 0x100>; - qcom,wifi_glb_cfg = ; - }; - - tcsr@194b000 { - compatible = "qcom,tcsr"; - reg = <0x194b000 0x100>; - qcom,usb-hsphy-mode-select = ; - }; - - ess_tcsr@1953000 { - compatible = "qcom,tcsr"; - reg = <0x1953000 0x1000>; - qcom,ess-interface-select = ; - }; - - tcsr@1957000 { - compatible = "qcom,tcsr"; - reg = <0x1957000 0x100>; - qcom,wifi_noc_memtype_m0_m2 = ; - }; - - usb2@60f8800 { - status = "okay"; - }; - - usb3@8af8800 { - status = "okay"; - }; - - crypto@8e3a000 { - status = "okay"; - }; - - watchdog@b017000 { - status = "okay"; - }; - - ess-switch@c000000 { - status = "okay"; - }; - - edma@c080000 { - status = "okay"; - }; - }; -}; - -&tlmm { - serial_pins: serial_pinmux { - mux { - pins = "gpio60", "gpio61"; - function = "blsp_uart0"; - bias-disable; - }; - }; - - spi_0_pins: spi_0_pinmux { - mux { - function = "blsp_spi0"; - pins = "gpio55", "gpio56", "gpio57"; - drive-strength = <12>; - bias-disable; - }; - - mux_cs { - function = "gpio"; - pins = "gpio54", "gpio59"; - drive-strength = <2>; - bias-disable; - output-high; - }; - }; -}; - -&cryptobam { - status = "okay"; -}; - -&blsp_dma { - status = "okay"; -}; - -&blsp1_spi1 { /* BLSP1 QUP1 */ - pinctrl-0 = <&spi_0_pins>; - pinctrl-names = "default"; - status = "okay"; - cs-gpios = <&tlmm 54 GPIO_ACTIVE_HIGH>, <&tlmm 59 GPIO_ACTIVE_HIGH>; - - flash@0 { - compatible = "jedec,spi-nor"; - reg = <0>; - spi-max-frequency = <24000000>; - - partitions { - compatible = "fixed-partitions"; - #address-cells = <1>; - #size-cells = <1>; - - partition0@0 { - label = "flash"; - reg = <0x0 0x2000000>; - read-only; - }; - }; - }; - - flash@1 { - compatible = "spi-nand"; - reg = <1>; - spi-max-frequency = <24000000>; - - partitions { - compatible = "fixed-partitions"; - #address-cells = <1>; - #size-cells = <1>; - - partition0@0 { - label = "flash"; - reg = <0x0 0x8000000>; - read-only; - }; - }; - }; -}; - -&blsp1_uart1 { - pinctrl-0 = <&serial_pins>; - pinctrl-names = "default"; - status = "okay"; -}; - -&wifi0 { - status = "okay"; -}; - -&wifi1 { - status = "okay"; -}; diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index be8ab08ce3..48514b8841 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -343,15 +343,6 @@ endef # Missing DSA Setup #TARGET_DEVICES += cilab_meshpoint-one -define Device/cambium_dnpilot-e410-a - $(call Device/FitImageLzma) - DEVICE_VENDOR := Cambium Networks - DEVICE_MODEL := cnPilot e410 - DEVICE_VARIANT := A - SOC := qcom-ipq4018 -endef -TARGET_DEVICES += cambium_dnpilot-e410-a - define Device/compex_wpj419 $(call Device/FitImage) $(call Device/UbiFit) -- 2.30.2