Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: net: realtek-bluetooth: Add RTL8821CS

Add compatible string for RTL8821CS for existing Realtek Bluetooth
driver.

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Alistair Francis <alistair@alistair23.me>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

authored by

Chris Morgan and committed by
Luiz Augusto von Dentz
95ee3a93 13209415

+15 -9
+15 -9
Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
··· 4 4 $id: http://devicetree.org/schemas/net/realtek-bluetooth.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: RTL8723BS/RTL8723CS/RTL8822CS Bluetooth 7 + title: RTL8723BS/RTL8723CS/RTL8821CS/RTL8822CS Bluetooth 8 8 9 9 maintainers: 10 10 - Vasily Khoruzhick <anarsoul@gmail.com> 11 11 - Alistair Francis <alistair@alistair23.me> 12 12 13 13 description: 14 - RTL8723CS/RTL8723CS/RTL8822CS is WiFi + BT chip. WiFi part is connected over 15 - SDIO, while BT is connected over serial. It speaks H5 protocol with few 16 - extra commands to upload firmware and change module speed. 14 + RTL8723CS/RTL8723CS/RTL8821CS/RTL8822CS is a WiFi + BT chip. WiFi part 15 + is connected over SDIO, while BT is connected over serial. It speaks 16 + H5 protocol with few extra commands to upload firmware and change 17 + module speed. 17 18 18 19 properties: 19 20 compatible: 20 - enum: 21 - - realtek,rtl8723bs-bt 22 - - realtek,rtl8723cs-bt 23 - - realtek,rtl8723ds-bt 24 - - realtek,rtl8822cs-bt 21 + oneOf: 22 + - enum: 23 + - realtek,rtl8723bs-bt 24 + - realtek,rtl8723cs-bt 25 + - realtek,rtl8723ds-bt 26 + - realtek,rtl8822cs-bt 27 + - items: 28 + - enum: 29 + - realtek,rtl8821cs-bt 30 + - const: realtek,rtl8822cs-bt 25 31 26 32 device-wake-gpios: 27 33 maxItems: 1