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

Commit 54daac69 authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi
Browse files

ARM: dts: msm: Enable VDD MX restriction cooling device for QCS405



Enable cold temperature VDD MX restriction cooling device to
place retention vote for QCS405.

Change-Id: I6af628ef9918b2b428a48cb19fa2da66bbd52369
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent ba83cd69
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -58,6 +58,15 @@
					RPM_SMD_REGULATOR_LEVEL_NONE>;
			#cooling-cells = <2>;
		};

		mx_cdev: mx-cdev-lvl {
			compatible = "qcom,regulator-cooling-device";
			regulator-cdev-supply = <&pms405_s1_level>;
			regulator-levels =
				<RPM_SMD_REGULATOR_LEVEL_RETENTION_PLUS
					RPM_SMD_REGULATOR_LEVEL_NONE>;
			#cooling-cells = <2>;
		};
	};

	/* PMS405 S2 - VDD_LPI_CX supply */
+4 −0
Original line number Diff line number Diff line
@@ -355,6 +355,10 @@
				trip = <&aoss_lowf>;
				cooling-device = <&cx_cdev 0 0>;
			};
			mx_vdd_cdev {
				trip = <&aoss_lowf>;
				cooling-device = <&mx_cdev 0 0>;
			};
			modem_vdd_cdev {
				trip = <&aoss_lowf>;
				cooling-device = <&modem_vdd 0 0>;