Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9df31608 authored by Kyle Yan's avatar Kyle Yan
Browse files

ARM: dts: msm: Enable vdd_mss on SDM845



Enable voting for the VDD_MODEM regulator on SDM845.

Change-Id: I211f1c0d7d97445cfbb34ec069a6024a5b992ab0
Signed-off-by: default avatarKyle Yan <kyan@codeaurora.org>
parent 3474e225
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -230,6 +230,10 @@
&soc {
	/delete-node/ gpio_keys;

	qcom,mss@4080000 {
		/delete-property/ vdd_mss-supply;
	};

	qcom,lpass@17300000 {
		/delete-property/ vdd_cx-supply;
	};
+2 −0
Original line number Diff line number Diff line
@@ -1727,6 +1727,8 @@
		vdd_cx-voltage = <RPMH_REGULATOR_LEVEL_TURBO>;
		vdd_mx-supply = <&pm8998_s6_level>;
		vdd_mx-uV = <RPMH_REGULATOR_LEVEL_TURBO>;
		vdd_mss-supply = <&pm8005_s2_level>;
		vdd_mss-uV = <RPMH_REGULATOR_LEVEL_NOM>;
		qcom,firmware-name = "modem";
		qcom,pil-self-auth;
		qcom,sysmon-id = <0>;