diff mbox series

[v3] arm64: dts: qcom: sc7280: Add IO regulator handler in SC7280 CRD based platforms

Message ID 1645767286-13890-1-git-send-email-quic_saluvala@quicinc.com (mailing list archive)
State Handled Elsewhere
Headers show
Series [v3] arm64: dts: qcom: sc7280: Add IO regulator handler in SC7280 CRD based platforms | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
tedd_an/checkpatch success Checkpatch PASS
tedd_an/gitlint fail [v3] arm64: dts: qcom: sc7280: Add IO regulator handler in SC7280 CRD based platforms 1: T1 Title exceeds max length (85>80): "[v3] arm64: dts: qcom: sc7280: Add IO regulator handler in SC7280 CRD based platforms" 11: B2 Line has trailing whitespace: "v1: intial patch "
tedd_an/subjectprefix fail "Bluetooth: " is not specified in the subject
tedd_an/buildkernel success Build Kernel PASS
tedd_an/buildkernel32 success Build Kernel32 PASS
tedd_an/incremental_build success Pass
tedd_an/testrunnersetup success Test Runner Setup PASS
tedd_an/testrunnerl2cap-tester success Total: 40, Passed: 40 (100.0%), Failed: 0, Not Run: 0
tedd_an/testrunnerbnep-tester success Total: 1, Passed: 1 (100.0%), Failed: 0, Not Run: 0
tedd_an/testrunnermgmt-tester success Total: 493, Passed: 493 (100.0%), Failed: 0, Not Run: 0
tedd_an/testrunnerrfcomm-tester success Total: 10, Passed: 10 (100.0%), Failed: 0, Not Run: 0
tedd_an/testrunnersco-tester success Total: 12, Passed: 12 (100.0%), Failed: 0, Not Run: 0
tedd_an/testrunnersmp-tester success Total: 8, Passed: 8 (100.0%), Failed: 0, Not Run: 0
tedd_an/testrunneruserchan-tester success Total: 4, Passed: 4 (100.0%), Failed: 0, Not Run: 0

Commit Message

Sai Teja Aluvala Feb. 25, 2022, 5:34 a.m. UTC
Add IO regulator handler in SC7280 CRD based platforms.
As IO regulator varies in different SC7280 platforms
updating this handler in individual platform bluetooth node.

Signed-off-by: Sai Teja Aluvala <quic_saluvala@quicinc.com>
---
V3: Updated commit text to reflect the change
v2: updated reviewer comments.
v1: intial patch 
---
 arch/arm64/boot/dts/qcom/sc7280-crd.dts | 4 ++++
 1 file changed, 4 insertions(+)

Comments

bluez.test.bot@gmail.com Feb. 26, 2022, 7:57 a.m. UTC | #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=617853

---Test result---

Test Summary:
CheckPatch                    PASS      1.58 seconds
GitLint                       FAIL      0.94 seconds
SubjectPrefix                 FAIL      0.87 seconds
BuildKernel                   PASS      31.96 seconds
BuildKernel32                 PASS      28.30 seconds
Incremental Build with patchesPASS      37.88 seconds
TestRunner: Setup             PASS      471.58 seconds
TestRunner: l2cap-tester      PASS      13.36 seconds
TestRunner: bnep-tester       PASS      5.92 seconds
TestRunner: mgmt-tester       PASS      103.35 seconds
TestRunner: rfcomm-tester     PASS      7.52 seconds
TestRunner: sco-tester        PASS      7.33 seconds
TestRunner: smp-tester        PASS      7.22 seconds
TestRunner: userchan-tester   PASS      6.10 seconds

Details
##############################
Test: GitLint - FAIL - 0.94 seconds
Run gitlint with rule in .gitlint
[v3] arm64: dts: qcom: sc7280: Add IO regulator handler in SC7280 CRD based platforms
1: T1 Title exceeds max length (85>80): "[v3] arm64: dts: qcom: sc7280: Add IO regulator handler in SC7280 CRD based platforms"
11: B2 Line has trailing whitespace: "v1: intial patch "


##############################
Test: SubjectPrefix - FAIL - 0.87 seconds
Check subject contains "Bluetooth" prefix
"Bluetooth: " is not specified in the subject



---
Regards,
Linux Bluetooth
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sc7280-crd.dts b/arch/arm64/boot/dts/qcom/sc7280-crd.dts
index e2efbdd..6cbbddc 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-crd.dts
+++ b/arch/arm64/boot/dts/qcom/sc7280-crd.dts
@@ -35,6 +35,10 @@ 
 	};
 };
 
+&bluetooth {
+	vddio-supply = <&vreg_l18b_1p8>;
+};
+
 ap_tp_i2c: &i2c0 {
 	status = "okay";
 	clock-frequency = <400000>;