Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: Add missing CPUs in cooling maps for Odroid X2

While updating cooling maps, the exynos4412-prime.dtsi was left
untouched. This is not a problem with Odroid U3 because it uses its own
map with fan (which was updated). However the cooling maps of Odroid X2
rely only on exynos4412-prime.dtsi.

Signed-off-by: Markus Reichl <m.reichl@fivetechno.de>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

authored by

Markus Reichl and committed by
Krzysztof Kozlowski
497f1bcb 57b13b8b

+4 -2
+4 -2
arch/arm/boot/dts/exynos4412-prime.dtsi
··· 30 30 }; 31 31 32 32 &cooling_map0 { 33 - cooling-device = <&cpu0 9 9>; 33 + cooling-device = <&cpu0 9 9>, <&cpu1 9 9>, 34 + <&cpu2 9 9>, <&cpu3 9 9>; 34 35 }; 35 36 36 37 &cooling_map1 { 37 - cooling-device = <&cpu0 15 15>; 38 + cooling-device = <&cpu0 15 15>, <&cpu1 15 15>, 39 + <&cpu2 15 15>, <&cpu3 15 15>; 38 40 };