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

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

Merge "ARM: dts: msm: Enable CX IPeak cooling device and thermal zone for SM6150"

parents a555a929 337b8458
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -86,6 +86,12 @@
			};
		};
	};

	cxip_cdev: cxip-cdev@1fed000 {
		compatible = "qcom,cxip-lm-cooling-device";
		reg = <0x1fed000 0x24>;
		#cooling-cells = <2>;
	};
};

&thermal_zones {
@@ -1362,6 +1368,26 @@
		};
	};

	q6-hvx-step {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-sensors = <&tsens0 10>;
		thermal-governor = "step_wise";
		trips {
			q6_hvx_config: q6-hvx-config {
				temperature = <95000>;
				hysteresis = <20000>;
				type = "passive";
			};
		};
		cooling-maps {
			cxip-cdev {
				trip = <&q6_hvx_config>;
				cooling-device = <&cxip_cdev 1 1>;
			};
		};
	};

	xo-therm {
		polling-delay-passive = <0>;
		polling-delay = <0>;