[PATCH 1/2] dt-bindings: net: bluetooth: Add rtl8723ds-bluetooth
From: John-Eric Kamps
Date: Sat Jan 02 2021 - 16:41:27 EST
Add binding documentation for bluetooth part of RTL8723DS
Signed-off-by: John-Eric Kamps <johnny86@xxxxxx>
---
Documentation/devicetree/bindings/net/realtek-bluetooth.yaml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml b/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
index 4f485df69ac3..3cc21dc056e0 100644
--- a/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
+++ b/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
@@ -4,14 +4,14 @@
$id: http://devicetree.org/schemas/net/realtek-bluetooth.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
-title: RTL8723BS/RTL8723CS/RTL8822CS Bluetooth Device Tree Bindings
+title: RTL8723BS/RTL8723CS/RTL8723DS/RTL8822CS Bluetooth Device Tree Bindings
maintainers:
- Vasily Khoruzhick <anarsoul@xxxxxxxxx>
- Alistair Francis <alistair@xxxxxxxxxxxxx>
description:
- RTL8723CS/RTL8723CS/RTL8822CS is WiFi + BT chip. WiFi part is connected over
+ RTL8723CS/RTL8723CS/RTL8723DS/RTL8822CS 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.
@@ -20,6 +20,7 @@ properties:
oneOf:
- const: "realtek,rtl8723bs-bt"
- const: "realtek,rtl8723cs-bt"
+ - const: "realtek,rtl8723ds-bt"
- const: "realtek,rtl8822cs-bt"
device-wake-gpios:
--
2.25.1