ARM: dts: qcom: Add PMIC die temp alarm, socd, bcl support for Tuna

Add PMIC die temp mitigation, socd mitigation, bcl support for
tuna.

Change-Id: I5d6fc37c0b9f4e137510abb1ee4aa3b47cae6005
Signed-off-by: Nitesh Kumar <quic_nitekuma@quicinc.com>
This commit is contained in:
Nitesh Kumar
2024-10-11 16:12:04 +05:30
parent 08f698c29a
commit 1783e66276
8 changed files with 393 additions and 15 deletions

View File

@@ -5,6 +5,10 @@
#include <dt-bindings/thermal/thermal_qti.h>
&msm_gpu {
#cooling-cells = <2>;
};
&soc {
tsens0: tsens0@c228000 {
compatible = "qcom,tsens-v2";
@@ -207,6 +211,11 @@
};
};
qcom,devfreq-cdev {
compatible = "qcom,devfreq-cdev";
qcom,devfreq = <&msm_gpu>;
};
qcom,cpufreq-cdev {
compatible = "qcom,cpufreq-cdev";
@@ -236,16 +245,6 @@
#cooling-cells = <2>;
};
cdsp_sw_hvx: cdsp_sw_hvx {
qcom,qmi-dev-name = "cdsp_sw_hvx";
#cooling-cells = <2>;
};
cdsp_sw_hmx: cdsp_sw_hmx {
qcom,qmi-dev-name = "cdsp_sw_hmx";
#cooling-cells = <2>;
};
cdsp_hw: cdsp_hw {
qcom,qmi-dev-name = "cdsp_hw";
#cooling-cells = <2>;
@@ -1241,6 +1240,13 @@
type = "hot";
};
};
cooling-maps {
gpu0_cdev {
trip = <&gpu0_tj_cfg>;
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>;
};
};
};
gpu-1 {
@@ -1273,6 +1279,13 @@
type = "hot";
};
};
cooling-maps {
gpu1_cdev {
trip = <&gpu1_tj_cfg>;
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>;
};
};
};
gpu-2 {
@@ -1305,6 +1318,13 @@
type = "hot";
};
};
cooling-maps {
gpu2_cdev {
trip = <&gpu2_tj_cfg>;
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>;
};
};
};
gpu-3 {
@@ -1337,6 +1357,13 @@
type = "hot";
};
};
cooling-maps {
gpu3_cdev {
trip = <&gpu3_tj_cfg>;
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>;
};
};
};
gpu-4 {
@@ -1369,6 +1396,13 @@
type = "hot";
};
};
cooling-maps {
gpu4_cdev {
trip = <&gpu4_tj_cfg>;
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>;
};
};
};
gpu-5 {
@@ -1401,6 +1435,13 @@
type = "hot";
};
};
cooling-maps {
gpu5_cdev {
trip = <&gpu5_tj_cfg>;
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>;
};
};
};
nsphvx-0 {