Skip to content

Commit 2788074

Browse files
quic-kdybcioandersson
authored andcommitted
arm64: dts: qcom: msm8996-oneplus: Add SLPI VDD_PX
The PX line powers some hardware related to sensors. Assume the board doesn't reinvent what MTP has established and hook up LVS2 @ 1.8V as such. This fixes the 'is required' type of bindings validator errors. Signed-off-by: Konrad Dybcio <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/20250327-topic-more_dt_bindings_fixes-v2-10-b763d958545f@oss.qualcomm.com Signed-off-by: Bjorn Andersson <[email protected]>
1 parent a30e5b3 commit 2788074

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

arch/arm64/boot/dts/qcom/msm8996-oneplus-common.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,11 @@
492492
regulator-min-microvolt = <1800000>;
493493
regulator-max-microvolt = <1800000>;
494494
};
495+
496+
vreg_lvs2a: lvs2 {
497+
regulator-min-microvolt = <1800000>;
498+
regulator-max-microvolt = <1800000>;
499+
};
495500
};
496501
};
497502

arch/arm64/boot/dts/qcom/msm8996-oneplus3.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141

4242
&slpi_pil {
4343
firmware-name = "qcom/msm8996/oneplus3/slpi.mbn";
44+
px-supply = <&vreg_lvs2a>;
45+
4446
status = "okay";
4547
};
4648

arch/arm64/boot/dts/qcom/msm8996-oneplus3t.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242

4343
&slpi_pil {
4444
firmware-name = "qcom/msm8996/oneplus3t/slpi.mbn";
45+
px-supply = <&vreg_lvs2a>;
46+
4547
status = "okay";
4648
};
4749

0 commit comments

Comments
 (0)