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

Commit 66891204 authored by Tharun Kumar Merugu's avatar Tharun Kumar Merugu
Browse files

ARM: dts: msm: Add CDSP and HVX thermal cooling devices to SM6150



Enable cdsprm module to register CDSP and HVX cooling devices with
thermal driver for thermal mitigation in SM6150.

Change-Id: I8a84039e633fbd353263c08c9abc0f5e72a55f2f
Acked-by: default avatarSreekanth Gande <sgande@qti.qualcomm.com>
Signed-off-by: default avatarTharun Kumar Merugu <mtharu@codeaurora.org>
parent 47906484
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -2079,10 +2079,16 @@
					qcom,target-dev = <&cdsp_cdsp_l3_lat>;
				};

				qcom,msm_cdsp_rm {
				msm_cdsp_rm: qcom,msm_cdsp_rm {
					compatible = "qcom,msm-cdsp-rm";
					qcom,qos-latency-us = <44>;
					qcom,qos-maxhold-ms = <20>;
					#cooling-cells = <2>;
				};

				msm_hvx_rm: qcom,msm_hvx_rm {
					compatible = "qcom,msm-hvx-rm";
					#cooling-cells = <2>;
				};
			};