.. | .. |
---|
29 | 29 | |
---|
30 | 30 | thermal-zones { |
---|
31 | 31 | cpu0_thermal: cpu0-thermal { |
---|
32 | | - thermal-sensors = <&tmu_cpu0 0>; |
---|
| 32 | + thermal-sensors = <&tmu_cpu0>; |
---|
33 | 33 | trips { |
---|
34 | 34 | cpu0_alert0: cpu-alert-0 { |
---|
35 | 35 | temperature = <70000>; /* millicelsius */ |
---|
.. | .. |
---|
84 | 84 | }; |
---|
85 | 85 | }; |
---|
86 | 86 | cpu1_thermal: cpu1-thermal { |
---|
87 | | - thermal-sensors = <&tmu_cpu1 0>; |
---|
| 87 | + thermal-sensors = <&tmu_cpu1>; |
---|
88 | 88 | trips { |
---|
89 | 89 | cpu1_alert0: cpu-alert-0 { |
---|
90 | 90 | temperature = <70000>; |
---|
.. | .. |
---|
128 | 128 | }; |
---|
129 | 129 | }; |
---|
130 | 130 | cpu2_thermal: cpu2-thermal { |
---|
131 | | - thermal-sensors = <&tmu_cpu2 0>; |
---|
| 131 | + thermal-sensors = <&tmu_cpu2>; |
---|
132 | 132 | trips { |
---|
133 | 133 | cpu2_alert0: cpu-alert-0 { |
---|
134 | 134 | temperature = <70000>; |
---|
.. | .. |
---|
172 | 172 | }; |
---|
173 | 173 | }; |
---|
174 | 174 | cpu3_thermal: cpu3-thermal { |
---|
175 | | - thermal-sensors = <&tmu_cpu3 0>; |
---|
| 175 | + thermal-sensors = <&tmu_cpu3>; |
---|
176 | 176 | trips { |
---|
177 | 177 | cpu3_alert0: cpu-alert-0 { |
---|
178 | 178 | temperature = <70000>; |
---|
.. | .. |
---|
216 | 216 | }; |
---|
217 | 217 | }; |
---|
218 | 218 | gpu_thermal: gpu-thermal { |
---|
219 | | - thermal-sensors = <&tmu_gpu 0>; |
---|
| 219 | + thermal-sensors = <&tmu_gpu>; |
---|
220 | 220 | trips { |
---|
221 | 221 | gpu_alert0: gpu-alert-0 { |
---|
222 | 222 | temperature = <70000>; |
---|