hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm/boot/dts/omap4-cpu-thermal.dtsi
....@@ -15,21 +15,24 @@
1515 polling-delay-passive = <250>; /* milliseconds */
1616 polling-delay = <1000>; /* milliseconds */
1717
18
- /* sensor ID */
19
- thermal-sensors = <&bandgap 0>;
18
+ /*
19
+ * See 44xx files for single sensor addressing, omap5 and dra7 need
20
+ * also sensor ID for addressing.
21
+ */
22
+ thermal-sensors = <&bandgap 0>;
2023
2124 cpu_trips: trips {
22
- cpu_alert0: cpu_alert {
23
- temperature = <100000>; /* millicelsius */
24
- hysteresis = <2000>; /* millicelsius */
25
- type = "passive";
26
- };
27
- cpu_crit: cpu_crit {
28
- temperature = <125000>; /* millicelsius */
29
- hysteresis = <2000>; /* millicelsius */
30
- type = "critical";
31
- };
32
- };
25
+ cpu_alert0: cpu_alert {
26
+ temperature = <100000>; /* millicelsius */
27
+ hysteresis = <2000>; /* millicelsius */
28
+ type = "passive";
29
+ };
30
+ cpu_crit: cpu_crit {
31
+ temperature = <125000>; /* millicelsius */
32
+ hysteresis = <2000>; /* millicelsius */
33
+ type = "critical";
34
+ };
35
+ };
3336
3437 cpu_cooling_maps: cooling-maps {
3538 map0 {