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:
@@ -5,6 +5,10 @@
|
|||||||
|
|
||||||
#include <dt-bindings/thermal/thermal_qti.h>
|
#include <dt-bindings/thermal/thermal_qti.h>
|
||||||
|
|
||||||
|
&msm_gpu {
|
||||||
|
#cooling-cells = <2>;
|
||||||
|
};
|
||||||
|
|
||||||
&soc {
|
&soc {
|
||||||
tsens0: tsens0@c228000 {
|
tsens0: tsens0@c228000 {
|
||||||
compatible = "qcom,tsens-v2";
|
compatible = "qcom,tsens-v2";
|
||||||
@@ -196,6 +200,11 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qcom,devfreq-cdev {
|
||||||
|
compatible = "qcom,devfreq-cdev";
|
||||||
|
qcom,devfreq = <&msm_gpu>;
|
||||||
|
};
|
||||||
|
|
||||||
qcom,cpufreq-cdev {
|
qcom,cpufreq-cdev {
|
||||||
compatible = "qcom,cpufreq-cdev";
|
compatible = "qcom,cpufreq-cdev";
|
||||||
|
|
||||||
@@ -977,6 +986,13 @@
|
|||||||
type = "hot";
|
type = "hot";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cooling-maps {
|
||||||
|
gpu0_cdev {
|
||||||
|
trip = <&gpu0_tj_cfg>;
|
||||||
|
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
gpuss-1 {
|
gpuss-1 {
|
||||||
@@ -1009,6 +1025,13 @@
|
|||||||
type = "hot";
|
type = "hot";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cooling-maps {
|
||||||
|
gpu1_cdev {
|
||||||
|
trip = <&gpu1_tj_cfg>;
|
||||||
|
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
video {
|
video {
|
||||||
|
Reference in New Issue
Block a user