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

Commit 3258764e authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents c8f9dc8c 54daac69
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>;