Skip to content

Commit 6be8206

Browse files
Dragan Simicmmind
authored andcommitted
arm64: dts: rockchip: Start cooling maps numbering from zero on ROCK 5B
The package cooling maps for the Radxa ROCK 5B were mistakenly named map1 and map2. Their numbering should start from zero instead, because there are no package cooling maps defined in the parent RK3588 SoC dtsi file, so let's rename these cooling maps to map0 and map1. Fixes: 4a15223 ("arm64: dts: rockchip: enable automatic fan control on Rock 5B") Signed-off-by: Dragan Simic <[email protected]> Link: https://lore.kernel.org/r/335ecd5841ab55f333e17bb391d0e1264fac257b.1726954592.git.dsimic@manjaro.org Signed-off-by: Heiko Stuebner <[email protected]>
1 parent df5f6f2 commit 6be8206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,12 +304,12 @@
304304
};
305305

306306
cooling-maps {
307-
map1 {
307+
map0 {
308308
trip = <&package_fan0>;
309309
cooling-device = <&fan THERMAL_NO_LIMIT 1>;
310310
};
311311

312-
map2 {
312+
map1 {
313313
trip = <&package_fan1>;
314314
cooling-device = <&fan 2 THERMAL_NO_LIMIT>;
315315
};

0 commit comments

Comments
 (0)