Merge "ARM: dts: qcom: Add cold temperature mitigation cooling device"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
ee84699fd2
@@ -9,6 +9,12 @@
|
|||||||
#cooling-cells = <2>;
|
#cooling-cells = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&aoss_qmp {
|
||||||
|
cx_cdev: cx_cdev {
|
||||||
|
#cooling-cells = <2>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&soc {
|
&soc {
|
||||||
tsens0: thermal-sensor@c263000 {
|
tsens0: thermal-sensor@c263000 {
|
||||||
compatible = "qcom,tsens-v2";
|
compatible = "qcom,tsens-v2";
|
||||||
@@ -1129,6 +1135,13 @@
|
|||||||
type = "passive";
|
type = "passive";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cooling-maps {
|
||||||
|
wcss_cx_vdd_cdev {
|
||||||
|
trip = <&min_temp_0_trip>;
|
||||||
|
cooling-device = <&cx_cdev 1 1>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
zeroc-1 {
|
zeroc-1 {
|
||||||
@@ -1148,5 +1161,12 @@
|
|||||||
type = "passive";
|
type = "passive";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cooling-maps {
|
||||||
|
wcss_cx_vdd_cdev {
|
||||||
|
trip = <&min_temp_1_trip>;
|
||||||
|
cooling-device = <&cx_cdev 1 1>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user