mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 13:29:33 +00:00
Remove unused rfkill bits
This commit is contained in:
parent
35247cc040
commit
0e4edab642
1 changed files with 1 additions and 12 deletions
|
@ -15,7 +15,7 @@ new file mode 100644
|
|||
index 0000000..9856052
|
||||
--- /dev/null
|
||||
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-zeroplus2.dts
|
||||
@@ -0,0 +1,240 @@
|
||||
@@ -0,0 +1,229 @@
|
||||
+/*
|
||||
+ * Copyright (C) Armbian
|
||||
+ *
|
||||
|
@ -111,17 +111,6 @@ index 0000000..9856052
|
|||
+ 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 {
|
||||
+ /delete-property/ gpio;
|
||||
+ gpio = <&pio 3 6 GPIO_ACTIVE_HIGH>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue