ARM: dts: qcom: Add cooling cell property for gpu node for kera

Add cooling cell property for gpu node for kera.

Change-Id: Ic6c313f077c706817958c6941398c7c89aaa58cd
Signed-off-by: Priyansh Jain <quic_priyjain@quicinc.com>
This commit is contained in:
Priyansh Jain
2024-12-25 12:44:26 +05:30
parent d2ebfa4670
commit f9ccff95c8

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";
@@ -196,6 +200,11 @@
};
};
qcom,devfreq-cdev {
compatible = "qcom,devfreq-cdev";
qcom,devfreq = <&msm_gpu>;
};
qcom,cpufreq-cdev {
compatible = "qcom,cpufreq-cdev";
@@ -977,6 +986,13 @@
type = "hot";
};
};
cooling-maps {
gpu0_cdev {
trip = <&gpu0_tj_cfg>;
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>;
};
};
};
gpuss-1 {
@@ -1009,6 +1025,13 @@
type = "hot";
};
};
cooling-maps {
gpu1_cdev {
trip = <&gpu1_tj_cfg>;
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>;
};
};
};
video {