ARM: dts: exynos: Add CPU cooling in SMDKv310

Add missing cooling devices for CPU thermal zones in Exynos4210 SMDKv310
board.  This allows to scale down CPU frequency (and voltage) in case of
thermal pressure.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200830135200.24304-20-krzk@kernel.org
This commit is contained in:
Krzysztof Kozlowski
2020-08-30 15:51:47 +02:00
parent 5d2bb6621c
commit bd031c725d

View File

@@ -50,6 +50,19 @@ pmic_ap_clk: pmic-ap-clk {
};
};
&cpu_thermal {
cooling-maps {
map0 {
/* Corresponds to 800MHz */
cooling-device = <&cpu0 2 2>;
};
map1 {
/* Corresponds to 200MHz */
cooling-device = <&cpu0 4 4>;
};
};
};
&i2c_0 {
#address-cells = <1>;
#size-cells = <0>;