From baa9d42f027ec29d2b4a0b9289f4a20c5a113efa Mon Sep 17 00:00:00 2001 From: Mike Tipton Date: Mon, 22 Jan 2024 08:56:39 -0800 Subject: [PATCH] ARM: dts: msm: Add cpufreq_thermal device for Sun This device is necessary to notify the scheduler about CPU thermal pressure. Change-Id: Ibf1e636dfee32ab8b7c3b9202264603d638c577a Signed-off-by: Mike Tipton --- qcom/sun.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index b394d74e..bc0dcb29 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -1614,6 +1614,12 @@ "cdsp", "apss"; }; + cpufreq_thermal: qcom,cpufreq-thermal { + compatible = "qcom,cpufreq-thermal"; + mboxes = <&cpucp 5>, <&cpucp 6>; + qcom,policy-cpus = <0 6>; + }; + cambistmclkcc: clock-controller@1760000 { compatible = "qcom,sun-cambistmclkcc", "syscon"; reg = <0x1760000 0x6000>;