armbian_build/patch/kernel/archive/sunxi-6.3/patches.megous/Revert-dt-bindings-net-bluetooth-Add-rtl8723bs-bluetooth.patch
2023-06-29 13:02:26 +02:00

57 lines
2.0 KiB
Diff

From bbead49aaf4394367858aa5c4e3ef183d6cf380b Mon Sep 17 00:00:00 2001
From: Ondrej Jirman <megi@xff.cz>
Date: Tue, 30 May 2023 00:02:56 +0200
Subject: [PATCH 405/406] Revert "dt-bindings: net: bluetooth: Add
rtl8723bs-bluetooth"
This reverts commit f8671f387ca4f61167175932fd8971f1a7f38d44.
---
.../bindings/net/rtl8723bs-bluetooth.txt | 35 -------------------
1 file changed, 35 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/net/rtl8723bs-bluetooth.txt
diff --git a/Documentation/devicetree/bindings/net/rtl8723bs-bluetooth.txt b/Documentation/devicetree/bindings/net/rtl8723bs-bluetooth.txt
deleted file mode 100644
index 8357f242ae4c..000000000000
--- a/Documentation/devicetree/bindings/net/rtl8723bs-bluetooth.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-RTL8723BS/RTL8723CS Bluetooth
----------------------
-
-RTL8723CS/RTL8723CS is WiFi + BT chip. WiFi part is connected over SDIO, while
-BT is connected over serial. It speaks H5 protocol with few extra commands
-to upload firmware and change module speed.
-
-Required properties:
-
- - compatible: should be one of the following:
- * "realtek,rtl8723bs-bt"
- * "realtek,rtl8723cs-bt"
-Optional properties:
-
- - device-wake-gpios: GPIO specifier, used to wakeup the BT module (active high)
- - enable-gpios: GPIO specifier, used to enable the BT module (active high)
- - host-wake-gpios: GPIO specifier, used to wakeup the host processor (active high)
- - firmware-postfix: firmware postfix to be used for firmware config
- - reset-gpios: GPIO specifier, used to reset the BT module (active high)
-
-Example:
-
-&uart1 {
- pinctrl-names = "default";
- pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
- status = "okay";
-
- bluetooth {
- compatible = "realtek,rtl8723bs-bt";
- reset-gpios = <&r_pio 0 4 GPIO_ACTIVE_LOW>; /* PL4 */
- device-wake-gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* PL5 */
- host-wakeup-gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */
- firmware-postfix="pine64";
- };
-};
--
2.34.1