We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970f8b0 commit f8c65a5Copy full SHA for f8c65a5
arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
@@ -146,19 +146,19 @@
146
147
&cpu_thermal {
148
cooling-maps {
149
- cpu-active-high {
+ map-cpu-active-high {
150
/* active: set fan to cooling level 2 */
151
cooling-device = <&fan 2 2>;
152
trip = <&cpu_trip_active_high>;
153
};
154
155
- cpu-active-med {
+ map-cpu-active-med {
156
/* active: set fan to cooling level 1 */
157
cooling-device = <&fan 1 1>;
158
trip = <&cpu_trip_active_med>;
159
160
161
- cpu-active-low {
+ map-cpu-active-low {
162
/* active: set fan to cooling level 0 */
163
cooling-device = <&fan 0 0>;
164
trip = <&cpu_trip_active_low>;
0 commit comments