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

This commit is contained in:
QCTECMDR Service
2024-12-25 15:44:30 -08:00
committed by Gerrit - the friendly Code Review server

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 {