Skip to content

Commit 4b6a412

Browse files
krzkgclement
authored andcommitted
arm64: dts: marvell: align thermal node names with bindings
Bindings expect thermal node names to end with '-thermal': armada-8040-db.dtb: thermal-zones: 'ap-thermal-cpu0', ... do not match any of the regexes: '^[a-zA-Z][a-zA-Z0-9\\-]{1,12}-thermal$', 'pinctrl-[0-9]+' Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent 22a9554 commit 4b6a412

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

arch/arm64/boot/dts/marvell/armada-ap80x.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
* first one that will have a critical trip point will be chosen.
318318
*/
319319
thermal-zones {
320-
ap_thermal_ic: ap-thermal-ic {
320+
ap_thermal_ic: ap-ic-thermal {
321321
polling-delay-passive = <0>; /* Interrupt driven */
322322
polling-delay = <0>; /* Interrupt driven */
323323

@@ -334,7 +334,7 @@
334334
cooling-maps { };
335335
};
336336

337-
ap_thermal_cpu0: ap-thermal-cpu0 {
337+
ap_thermal_cpu0: ap-cpu0-thermal {
338338
polling-delay-passive = <1000>;
339339
polling-delay = <1000>;
340340

@@ -367,7 +367,7 @@
367367
};
368368
};
369369

370-
ap_thermal_cpu1: ap-thermal-cpu1 {
370+
ap_thermal_cpu1: ap-cpu1-thermal {
371371
polling-delay-passive = <1000>;
372372
polling-delay = <1000>;
373373

@@ -400,7 +400,7 @@
400400
};
401401
};
402402

403-
ap_thermal_cpu2: ap-thermal-cpu2 {
403+
ap_thermal_cpu2: ap-cpu2-thermal {
404404
polling-delay-passive = <1000>;
405405
polling-delay = <1000>;
406406

@@ -433,7 +433,7 @@
433433
};
434434
};
435435

436-
ap_thermal_cpu3: ap-thermal-cpu3 {
436+
ap_thermal_cpu3: ap-cpu3-thermal {
437437
polling-delay-passive = <1000>;
438438
polling-delay = <1000>;
439439

arch/arm64/boot/dts/marvell/armada-cp11x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* The cooling maps are empty as there are no cooling devices.
2626
*/
2727
thermal-zones {
28-
CP11X_LABEL(thermal_ic): CP11X_NODE_NAME(thermal-ic) {
28+
CP11X_LABEL(thermal_ic): CP11X_NODE_NAME(ic-thermal) {
2929
polling-delay-passive = <0>; /* Interrupt driven */
3030
polling-delay = <0>; /* Interrupt driven */
3131

0 commit comments

Comments
 (0)