Message ID | 20210102213803.1097624-1-johnny86@gmx.de (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [1/2] dt-bindings: net: bluetooth: Add rtl8723ds-bluetooth | expand |
On Sat, 02 Jan 2021 22:38:03 +0100, John-Eric Kamps wrote: > 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(-) > Acked-by: Rob Herring <robh@kernel.org>
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@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