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

Commit 146b1c2d authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi
Browse files

ARM: dts: msm: Add QMI cooling devices for SDMSHRIKE



Add QMI cooling devices for SDMSHRIKE. These cooling devices will be used
to apply cold temperature voltage restriction and other mitigation.

Change-Id: I560f707b85e85ed201ac3cee634637320eb6115f
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent bedd6aac
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
@@ -34,6 +34,39 @@
	};
};

&soc {
	qmi-tmd-devices {
		compatible = "qcom,qmi-cooling-devices";

		adsp {
			qcom,instance-id = <0x1>;

			adsp_vdd: adsp_vdd {
				qcom,qmi-dev-name = "cpuv_restriction_cold";
				#cooling-cells = <2>;
			};
		};

		cdsp {
			qcom,instance-id = <0x43>;

			cdsp_vdd: cdsp_vdd {
				qcom,qmi-dev-name = "cpuv_restriction_cold";
				#cooling-cells = <2>;
			};
		};

		slpi {
			qcom,instance-id = <0x53>;

			slpi_vdd: slpi_vdd {
				qcom,qmi-dev-name = "cpuv_restriction_cold";
				#cooling-cells = <2>;
			};
		};
	};
};

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