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

Commit 333ac5e4 authored by Tharun Kumar Merugu's avatar Tharun Kumar Merugu
Browse files

ARM: dts: msm: Remove cdsp and hvx cooling devices for bengal



Cooling device registration happens from a QMI based thermel driver.
To avoid duplicate cooling device registration, remove the one from
CDSPRM module. Adjust the pm qos latency vote to 100 for allowing
WFI.

Change-Id: Ic6d8b8f0d384156932a272a5cb5ff07af3402757
Acked-by: default avatarSreekanth Gande <sgande@qti.qualcomm.com>
parent bb8fa970
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -2004,14 +2004,8 @@

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

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