};
soc_thermal_ipa: soc-thermal-ipa {
- thermal-sensors = <&tmu_atlas0>;
+ container;
+ thermal-sensors = <&vtsens>;
+ #thermal-subzone-cells = <1>;
+ subzones = <&apollo_thermal 50 &atlas0_thermal 100 &g3d_thermal 100>;
polling-delay = <100>;
polling-delay-passive = <1000>;
sustainable-power = <2500>;
+
trips {
threshold: threshold {
- temperature = <55000>; /* millicelsius */
- hysteresis = <1000>; /* millicelsius */
+ temperature = <55000>;
+ hysteresis = <1000>;
type = "passive";
};
target: target {
- temperature = <70000>; /* millicelsius */
- hysteresis = <1000>; /* millicelsius */
+ temperature = <70000>;
+ hysteresis = <1000>;
type = "passive";
};
};
status = "disabled";
};
+ vtsens: vtsens@0 {
+ compatible = "thermal,virt-tsens";
+ #thermal-sensor-cells = <0>;
+ status = "disabled";
+ };
+
mct@101c0000 {
compatible = "samsung,exynos4210-mct";
reg = <0x101c0000 0x800>;