From 75cd7eb43b979e012411f7b2f0961a9a5b8582ca Mon Sep 17 00:00:00 2001 From: Huan Biao Date: Thu, 29 Nov 2018 16:08:00 +0800 Subject: [PATCH] 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 --- arch/arm/boot/dts/amlogic/tl1_t962x2_skt.dts | 7 ++++++- arch/arm/boot/dts/amlogic/tl1_t962x2_x301.dts | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/amlogic/tl1_t962x2_skt.dts b/arch/arm/boot/dts/amlogic/tl1_t962x2_skt.dts index 8b2e13a6ee3a..449d772eb4c6 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 499eb2691d0c..7f2291f6d926 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 { -- 2.20.1