From 2405f74eb17a698979d1dfe877d1ae2569be1b86 Mon Sep 17 00:00:00 2001 From: Tony Date: Sun, 9 Jun 2019 20:55:48 -0400 Subject: [PATCH] arm: dts: miniarm: remove redundant nodes Bluetooth and WLAN nodes were doubled. --- arch/arm/boot/dts/rk3288-miniarm.dts | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/arch/arm/boot/dts/rk3288-miniarm.dts b/arch/arm/boot/dts/rk3288-miniarm.dts index d70f25d477b3..9bd696f3ac07 100755 --- a/arch/arm/boot/dts/rk3288-miniarm.dts +++ b/arch/arm/boot/dts/rk3288-miniarm.dts @@ -88,27 +88,6 @@ status = "okay"; }; - wireless-bluetooth { - compatible = "bluetooth-platdata"; - uart_rts_gpios = <&gpio4 19 GPIO_ACTIVE_LOW>; - pinctrl-names = "default","rts_gpio"; - pinctrl-0 = <&uart0_rts>; - pinctrl-1 = <&uart0_gpios>; - BT,reset_gpio = <&gpio4 29 GPIO_ACTIVE_HIGH>; - BT,wake_gpio = <&gpio4 26 GPIO_ACTIVE_HIGH>; - BT,wake_host_irq = <&gpio4 31 GPIO_ACTIVE_HIGH>; - status = "okay"; - }; - - wireless-wlan { - compatible = "wlan-platdata"; - rockchip,grf = <&grf>; - wifi_chip_type = "ap6212"; - sdio_vref = <1800>; - WIFI,host_wake_irq = <&gpio4 30 GPIO_ACTIVE_HIGH>; - status = "okay"; - }; - ext_gmac: external-gmac-clock { compatible = "fixed-clock"; clock-frequency = <125000000>;