1234567891011121314151617181920212223242526272829303132 |
- From e663d510ae6a81694a8e9e1ce07bb80dd6b77558 Mon Sep 17 00:00:00 2001
- From: Samuel Holland <[email protected]>
- Date: Sun, 24 Jul 2022 17:12:07 -0500
- Subject: [PATCH 001/117] dt-bindings: net: bluetooth: realtek: Add RTL8723DS
- RTL8723DS is another version of the RTL8723 WiFi + Bluetooth chip. It is
- already supported by the hci_uart/btrtl driver. Document the compatible.
- Series-to: Marcel Holtmann <[email protected]>
- Series-to: Johan Hedberg <[email protected]>
- Series-to: Luiz Augusto von Dentz <[email protected]>
- Series-to: David S. Miller <[email protected]>
- Series-to: Eric Dumazet <[email protected]>
- Series-to: Jakub Kicinski <[email protected]>
- Series-to: Paolo Abeni <[email protected]>
- Series-cc: [email protected]
- Signed-off-by: Samuel Holland <[email protected]>
- ---
- Documentation/devicetree/bindings/net/realtek-bluetooth.yaml | 1 +
- 1 file changed, 1 insertion(+)
- --- a/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
- +++ b/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
- @@ -20,6 +20,7 @@ properties:
- enum:
- - realtek,rtl8723bs-bt
- - realtek,rtl8723cs-bt
- + - realtek,rtl8723ds-bt
- - realtek,rtl8822cs-bt
-
- device-wake-gpios:
|