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

Commit 552a5842 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: enable LPI_CX AOP regulator cooling device for LITO"

parents 8127f07d 74219406
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -447,6 +447,13 @@
			qcom,init-voltage-level
				= <RPMH_REGULATOR_LEVEL_RETENTION>;
		};

		lpi_cx_cdev: regulator-cdev {
			compatible = "qcom,rpmh-reg-cdev";
			mboxes = <&qmp_aop 0>;
			qcom,reg-resource-name = "cx";
			#cooling-cells = <2>;
		};
	};

	rpmh-regulator-smpc2 {
+25 −0
Original line number Diff line number Diff line
@@ -908,6 +908,11 @@
				cooling-device = <&CPU7 (THERMAL_MAX_LIMIT-3)
							(THERMAL_MAX_LIMIT-3)>;
			};

			lpi_cx_vdd_cdev {
				trip = <&aoss0_trip>;
				cooling-device = <&lpi_cx_cdev 0 0>;
			};
		};
	};

@@ -944,6 +949,11 @@
				cooling-device = <&CPU7 (THERMAL_MAX_LIMIT-3)
							(THERMAL_MAX_LIMIT-3)>;
			};

			lpi_cx_vdd_cdev {
				trip = <&cpu_1_3_trip>;
				cooling-device = <&lpi_cx_cdev 0 0>;
			};
		};
	};

@@ -980,6 +990,11 @@
				cooling-device = <&CPU7 (THERMAL_MAX_LIMIT-3)
							(THERMAL_MAX_LIMIT-3)>;
			};

			lpi_cx_vdd_cdev {
				trip = <&gpuss0_trip>;
				cooling-device = <&lpi_cx_cdev 0 0>;
			};
		};
	};

@@ -1016,6 +1031,11 @@
				cooling-device = <&CPU7 (THERMAL_MAX_LIMIT-3)
							(THERMAL_MAX_LIMIT-3)>;
			};

			lpi_cx_vdd_cdev {
				trip = <&camera_trip>;
				cooling-device = <&lpi_cx_cdev 0 0>;
			};
		};
	};

@@ -1052,6 +1072,11 @@
				cooling-device = <&CPU7 (THERMAL_MAX_LIMIT-3)
							(THERMAL_MAX_LIMIT-3)>;
			};

			lpi_cx_vdd_cdev {
				trip = <&mdm_scl_trip>;
				cooling-device = <&lpi_cx_cdev 0 0>;
			};
		};
	};
};