@@ -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@gmail.com>
- Alistair Francis <alistair@alistair23.me>
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:
Add binding documentation for bluetooth part of RTL8723DS Signed-off-by: John-Eric Kamps <johnny86@gmx.de> --- Documentation/devicetree/bindings/net/realtek-bluetooth.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -- 2.25.1