Commit 27880745 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

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: default avatarKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250327-topic-more_dt_bindings_fixes-v2-10-b763d958545f@oss.qualcomm.com


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent a30e5b31
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -492,6 +492,11 @@ vreg_l32a_1p8: l32 {
			regulator-min-microvolt = <1800000>;
			regulator-max-microvolt = <1800000>;
		};

		vreg_lvs2a: lvs2 {
			regulator-min-microvolt = <1800000>;
			regulator-max-microvolt = <1800000>;
		};
	};
};

+2 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@ &mss_pil {

&slpi_pil {
	firmware-name = "qcom/msm8996/oneplus3/slpi.mbn";
	px-supply = <&vreg_lvs2a>;

	status = "okay";
};

+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@ &mss_pil {

&slpi_pil {
	firmware-name = "qcom/msm8996/oneplus3t/slpi.mbn";
	px-supply = <&vreg_lvs2a>;

	status = "okay";
};