Message ID | 20181208205656.15430-1-m.reichl@fivetechno.de (mailing list archive) |
---|---|
State | Mainlined |
Commit | 497f1bcb9009fbcf1376aaa19b0b23a7e6988832 |
Headers | show |
Series | ARM: dts: exynos: Add all CPUs in cooling maps for odroid-X2. | expand |
diff --git a/arch/arm/boot/dts/exynos4412-prime.dtsi b/arch/arm/boot/dts/exynos4412-prime.dtsi index 8e7a7fb98124..d83fbd4e434c 100644 --- a/arch/arm/boot/dts/exynos4412-prime.dtsi +++ b/arch/arm/boot/dts/exynos4412-prime.dtsi @@ -30,9 +30,11 @@ }; &cooling_map0 { - cooling-device = <&cpu0 9 9>; + cooling-device = <&cpu0 9 9>, <&cpu1 9 9>, + <&cpu2 9 9>, <&cpu3 9 9>; }; &cooling_map1 { - cooling-device = <&cpu0 15 15>; + cooling-device = <&cpu0 15 15>, <&cpu1 15 15>, + <&cpu2 15 15>, <&cpu3 15 15>; };
Patch [1] ARM: dts: exynos: Add all CPUs in cooling maps did not update exynos4412-prime.dtsi. This is not a problem with odroid-U3 using own map (with fan) but with odroid-X2 relying only on exynos4412-prime.dtsi. [1] https://patchwork.kernel.org/patch/10685765/ Signed-off-by: Markus Reichl <m.reichl@fivetechno.de> --- arch/arm/boot/dts/exynos4412-prime.dtsi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)