Message ID | 20250201-rb1-bt-v2-1-fd44011749bb@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | Bluetooth: qca: add Qualcomm WCN3950 BT/WiFi chip support | expand |
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=929737 ---Test result--- Test Summary: CheckPatch PENDING 0.30 seconds GitLint PENDING 0.21 seconds SubjectPrefix FAIL 0.92 seconds BuildKernel PASS 23.94 seconds CheckAllWarning PASS 26.56 seconds CheckSparse PASS 30.15 seconds BuildKernel32 PASS 23.84 seconds TestRunnerSetup PASS 426.11 seconds TestRunner_l2cap-tester PASS 22.21 seconds TestRunner_iso-tester PASS 27.60 seconds TestRunner_bnep-tester PASS 4.82 seconds TestRunner_mgmt-tester FAIL 119.89 seconds TestRunner_rfcomm-tester PASS 7.60 seconds TestRunner_sco-tester PASS 9.37 seconds TestRunner_ioctl-tester PASS 8.01 seconds TestRunner_mesh-tester PASS 6.01 seconds TestRunner_smp-tester PASS 6.94 seconds TestRunner_userchan-tester PASS 5.00 seconds IncrementalBuild PENDING 0.73 seconds Details ############################## Test: CheckPatch - PENDING Desc: Run checkpatch.pl script Output: ############################## Test: GitLint - PENDING Desc: Run gitlint Output: ############################## Test: SubjectPrefix - FAIL Desc: Check subject contains "Bluetooth" prefix Output: "Bluetooth: " prefix is not specified in the subject "Bluetooth: " prefix is not specified in the subject "Bluetooth: " prefix is not specified in the subject "Bluetooth: " prefix is not specified in the subject ############################## Test: TestRunner_mgmt-tester - FAIL Desc: Run mgmt-tester with test-runner Output: Total: 490, Passed: 484 (98.8%), Failed: 2, Not Run: 4 Failed Test Cases LL Privacy - Set Flags 3 (2 Devices to RL) Failed 0.179 seconds LL Privacy - Set Device Flag 1 (Device Privacy) Failed 0.138 seconds ############################## Test: IncrementalBuild - PENDING Desc: Incremental build with the patches in the series Output: --- Regards, Linux Bluetooth
diff --git a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml index a72152f7e29b490003114dae1e36df85cba384df..6353a336f382e4dd689d1f50a624079aa83b2ffa 100644 --- a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml +++ b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml @@ -19,6 +19,7 @@ properties: - qcom,qca2066-bt - qcom,qca6174-bt - qcom,qca9377-bt + - qcom,wcn3950-bt - qcom,wcn3988-bt - qcom,wcn3990-bt - qcom,wcn3991-bt @@ -138,6 +139,7 @@ allOf: compatible: contains: enum: + - qcom,wcn3950-bt - qcom,wcn3988-bt - qcom,wcn3990-bt - qcom,wcn3991-bt
WCN3950 is another member of the WiFi/BT WCN39xx family of the chips. It requires different firmware, so document it as a new compat string. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml | 2 ++ 1 file changed, 2 insertions(+)