Skip to content

Commit f08c0d6

Browse files
mripardgregkh
authored andcommitted
arm64: dts: allwinner: a100: Fix thermal zone node name
[ Upstream commit 5c34c4e ] The thermal zones one the A100 are called $device-thermal-zone. However, the thermal zone binding explicitly requires that zones are called *-thermal. Let's fix it. Signed-off-by: Maxime Ripard <[email protected]> Acked-by: Jernej Skrabec <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sasha Levin <[email protected]>
1 parent f2b9e78 commit f08c0d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/allwinner/sun50i-a100.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,19 +343,19 @@
343343
};
344344

345345
thermal-zones {
346-
cpu-thermal-zone {
346+
cpu-thermal {
347347
polling-delay-passive = <0>;
348348
polling-delay = <0>;
349349
thermal-sensors = <&ths 0>;
350350
};
351351

352-
ddr-thermal-zone {
352+
ddr-thermal {
353353
polling-delay-passive = <0>;
354354
polling-delay = <0>;
355355
thermal-sensors = <&ths 2>;
356356
};
357357

358-
gpu-thermal-zone {
358+
gpu-thermal {
359359
polling-delay-passive = <0>;
360360
polling-delay = <0>;
361361
thermal-sensors = <&ths 1>;

0 commit comments

Comments
 (0)