RTL8723DS is another version of the RTL8723 WiFi + Bluetooth chip. It is
already supported by the hci_uart/btrtl driver. Document the compatible.
Signed-off-by: Samuel Holland <[email protected]>
---
Documentation/devicetree/bindings/net/realtek-bluetooth.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml b/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
index 157d606bf9cb..8ac633b7e917 100644
--- 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:
--
2.35.1
This is automated email and please do not reply to this email!
Dear submitter,
Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=662655
---Test result---
Test Summary:
CheckPatch PASS 1.85 seconds
GitLint PASS 1.03 seconds
SubjectPrefix FAIL 0.85 seconds
BuildKernel PASS 37.79 seconds
BuildKernel32 PASS 33.93 seconds
Incremental Build with patchesPASS 53.12 seconds
TestRunner: Setup PASS 564.78 seconds
TestRunner: l2cap-tester PASS 17.91 seconds
TestRunner: bnep-tester PASS 6.67 seconds
TestRunner: mgmt-tester PASS 105.07 seconds
TestRunner: rfcomm-tester PASS 10.16 seconds
TestRunner: sco-tester PASS 9.92 seconds
TestRunner: smp-tester PASS 9.87 seconds
TestRunner: userchan-tester PASS 6.98 seconds
Details
##############################
Test: SubjectPrefix - FAIL - 0.85 seconds
Check subject contains "Bluetooth" prefix
"Bluetooth: " is not specified in the subject
---
Regards,
Linux Bluetooth
On Mon, 25 Jul 2022, at 3:50 PM, Samuel Holland wrote:
> RTL8723DS is another version of the RTL8723 WiFi + Bluetooth chip. It is
> already supported by the hci_uart/btrtl driver. Document the compatible.
>
> Signed-off-by: Samuel Holland <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Alistair
> ---
>
> Documentation/devicetree/bindings/net/realtek-bluetooth.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml b/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
> index 157d606bf9cb..8ac633b7e917 100644
> --- 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:
> --
> 2.35.1
>
>
On Mon, 25 Jul 2022 00:50:59 -0500, Samuel Holland wrote:
> RTL8723DS is another version of the RTL8723 WiFi + Bluetooth chip. It is
> already supported by the hci_uart/btrtl driver. Document the compatible.
>
> Signed-off-by: Samuel Holland <[email protected]>
> ---
>
> Documentation/devicetree/bindings/net/realtek-bluetooth.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
Acked-by: Rob Herring <[email protected]>