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

Commit c8aea5bd authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: enable LMH CPU voltage cooling devices for LAGOON

Enable LMH CPU voltage cooling devices and thermal zone mitigation
configurations for LAGOON.

Change-Id: Ia09342f4667c2b230adf8708089d60fe57396c41
parent cde7beeb
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -65,6 +65,20 @@
	};
};

&soc {
	lmh_cpu_vdd0: qcom,lmh-cpu-vdd@18358800 {
		compatible = "qcom,lmh-cpu-vdd";
		reg =  <0x18358800 0x1000>;
		#cooling-cells = <2>;
	};

	lmh_cpu_vdd1: qcom,lmh-cpu-vdd@18350800 {
		compatible = "qcom,lmh-cpu-vdd";
		reg =  <0x18350800 0x1000>;
		#cooling-cells = <2>;
	};
};

&thermal_zones {
	aoss-0-usr {
		polling-delay-passive = <0>;