Message ID | 20230620-topic-sm8550-upstream-bt-v2-1-98b0043d31a4@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | bluetooth: qca: enable WCN7850 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=760534 ---Test result--- Test Summary: CheckPatch FAIL 4.44 seconds GitLint PASS 1.67 seconds SubjectPrefix FAIL 0.88 seconds BuildKernel PASS 34.19 seconds CheckAllWarning PASS 37.46 seconds CheckSparse PASS 42.81 seconds CheckSmatch PASS 114.67 seconds BuildKernel32 PASS 32.91 seconds TestRunnerSetup PASS 497.93 seconds TestRunner_l2cap-tester PASS 24.12 seconds TestRunner_iso-tester PASS 42.81 seconds TestRunner_bnep-tester PASS 10.71 seconds TestRunner_mgmt-tester PASS 221.34 seconds TestRunner_rfcomm-tester PASS 16.28 seconds TestRunner_sco-tester PASS 17.04 seconds TestRunner_ioctl-tester PASS 18.19 seconds TestRunner_mesh-tester PASS 13.65 seconds TestRunner_smp-tester PASS 14.71 seconds TestRunner_userchan-tester PASS 11.50 seconds IncrementalBuild PASS 51.69 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script Output: [v2,4/5] arm64: dts: qcom: sm8550: add UART14 nodes WARNING: line length of 109 exceeds 100 columns #139: FILE: arch/arm64/boot/dts/qcom/sm8550.dtsi:1064: + interconnects = <&clk_virt MASTER_QUP_CORE_2 0 &clk_virt SLAVE_QUP_CORE_2 0>, WARNING: line length of 105 exceeds 100 columns #140: FILE: arch/arm64/boot/dts/qcom/sm8550.dtsi:1065: + <&gem_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_QUP_2 0>; total: 0 errors, 2 warnings, 42 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. /github/workspace/src/src/13294165.patch has style problems, please review. NOTE: Ignored message types: UNKNOWN_COMMIT_ID NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. ############################## 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 "Bluetooth: " prefix is not specified in the subject --- Regards, Linux Bluetooth
diff --git a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml index 68f78b90d23a..906a377d1616 100644 --- a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml +++ b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml @@ -24,6 +24,7 @@ properties: - qcom,qca6390-bt - qcom,wcn6750-bt - qcom,wcn6855-bt + - qcom,wcn7850-bt enable-gpios: maxItems: 1 @@ -53,6 +54,9 @@ properties: vddaon-supply: description: VDD_AON supply regulator handle + vdddig-supply: + description: VDD_DIG supply regulator handle + vddbtcxmx-supply: description: VDD_BT_CXMX supply regulator handle @@ -68,6 +72,9 @@ properties: vddrfa1p2-supply: description: VDD_RFA_1P2 supply regulator handle + vddrfa1p9-supply: + description: VDD_RFA_1P9 supply regulator handle + vddrfa2p2-supply: description: VDD_RFA_2P2 supply regulator handle @@ -150,6 +157,22 @@ allOf: - vddrfa0p8-supply - vddrfa1p2-supply - vddrfa1p7-supply + - if: + properties: + compatible: + contains: + enum: + - qcom,wcn7850-bt + then: + required: + - enable-gpios + - swctrl-gpios + - vddio-supply + - vddaon-supply + - vdddig-supply + - vddrfa0p8-supply + - vddrfa1p2-supply + - vddrfa1p9-supply examples: - |