Remove unused rfkill bits

This commit is contained in:
Igor Pecovnik 2017-11-13 12:28:22 +01:00
parent 35247cc040
commit 0e4edab642

View file

@ -15,7 +15,7 @@ new file mode 100644
index 0000000..9856052 index 0000000..9856052
--- /dev/null --- /dev/null
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-zeroplus2.dts +++ b/arch/arm/boot/dts/sun8i-h3-orangepi-zeroplus2.dts
@@ -0,0 +1,240 @@ @@ -0,0 +1,229 @@
+/* +/*
+ * Copyright (C) Armbian + * Copyright (C) Armbian
+ * + *
@ -111,17 +111,6 @@ index 0000000..9856052
+ post-power-on-delay-ms = <50>; + post-power-on-delay-ms = <50>;
+ }; + };
+ +
+ rfkill_bt {
+ compatible = "rfkill-gpio";
+ pinctrl-names = "default";
+ pinctrl-0 = <&bt_pwr_pin>;
+ reset-gpios = <&pio 1 10 GPIO_ACTIVE_HIGH>; /* PA10 */
+ clocks = <&osc32k>;
+ clock-frequency = <32768>;
+ rfkill-name = "sunxi-bt";
+ rfkill-type = "bluetooth";
+ };
+
+ reg_usb1_vbus: usb1-vbus { + reg_usb1_vbus: usb1-vbus {
+ /delete-property/ gpio; + /delete-property/ gpio;
+ gpio = <&pio 3 6 GPIO_ACTIVE_HIGH>; + gpio = <&pio 3 6 GPIO_ACTIVE_HIGH>;