From: Huan Biao Date: Thu, 29 Nov 2018 08:08:00 +0000 (+0800) Subject: arm: dts: tl1: enable thermal cpucore cooling devices [1/1] X-Git-Tag: hardkernel-4.9.236-104~2113 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75cd7eb43b979e012411f7b2f0961a9a5b8582ca;p=platform%2Fkernel%2Flinux-amlogic.git arm: dts: tl1: enable thermal cpucore cooling devices [1/1] PD#SWPL-2605 Problem: tl1 no cpucore cooling devices Solution: add cpucore cooling devices Verify: tl1 skt/x301 pass Change-Id: If6d98adf2e71b17bb6b50dd569a9a0c94a8b300d Signed-off-by: Huan Biao --- diff --git a/arch/arm/boot/dts/amlogic/tl1_t962x2_skt.dts b/arch/arm/boot/dts/amlogic/tl1_t962x2_skt.dts index 8b2e13a..449d772 100644 --- a/arch/arm/boot/dts/amlogic/tl1_t962x2_skt.dts +++ b/arch/arm/boot/dts/amlogic/tl1_t962x2_skt.dts @@ -938,7 +938,12 @@ cooling-maps { cpufreq_cooling_map { trip = <&pcontrol>; - cooling-device = <&cpufreq_cool0 0 4>; + cooling-device = <&cpufreq_cool0 0 11>; + contribution = <1024>; + }; + cpucore_cooling_map { + trip = <&pcontrol>; + cooling-device = <&cpucore_cool0 0 4>; contribution = <1024>; }; gpufreq_cooling_map { diff --git a/arch/arm/boot/dts/amlogic/tl1_t962x2_x301.dts b/arch/arm/boot/dts/amlogic/tl1_t962x2_x301.dts index 499eb26..7f2291f 100644 --- a/arch/arm/boot/dts/amlogic/tl1_t962x2_x301.dts +++ b/arch/arm/boot/dts/amlogic/tl1_t962x2_x301.dts @@ -942,7 +942,12 @@ cooling-maps { cpufreq_cooling_map { trip = <&pcontrol>; - cooling-device = <&cpufreq_cool0 0 4>; + cooling-device = <&cpufreq_cool0 0 11>; + contribution = <1024>; + }; + cpucore_cooling_map { + trip = <&pcontrol>; + cooling-device = <&cpucore_cool0 0 4>; contribution = <1024>; }; gpufreq_cooling_map {