From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751085AbeBIJEF (ORCPT ); Fri, 9 Feb 2018 04:04:05 -0500 Received: from mail-wr0-f194.google.com ([209.85.128.194]:37963 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750778AbeBIJEA (ORCPT ); Fri, 9 Feb 2018 04:04:00 -0500 X-Google-Smtp-Source: AH8x226pQOC/FlBsKPmneTfUoil4FQ3QWKujNk6ig4ZsNs3NLKogFR4mX6t9YcrtAKKfTS489SDDLg== Subject: Re: [PATCH 06/10] ARM64: dts: meson: Remove "cooling-{min|max}-level" for CPU nodes To: Viresh Kumar , Rafael Wysocki , Carlo Caione , Kevin Hilman Cc: Mark Rutland , devicetree@vger.kernel.org, Vincent Guittot , linux-pm@vger.kernel.org, daniel.lezcano@linaro.org, linux-kernel@vger.kernel.org, Eduardo Valentin , Rob Herring , linux-amlogic@lists.infradead.org, Zhang Rui , linux-arm-kernel@lists.infradead.org References: <6c91ebfecf86da98a7682c6d262ff1218a1d7343.1518166039.git.viresh.kumar@linaro.org> From: Neil Armstrong Organization: Baylibre Message-ID: <303e6c56-8076-e590-c778-81cb8c0181ed@baylibre.com> Date: Fri, 9 Feb 2018 10:03:57 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <6c91ebfecf86da98a7682c6d262ff1218a1d7343.1518166039.git.viresh.kumar@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/02/2018 09:58, Viresh Kumar wrote: > The "cooling-min-level" and "cooling-max-level" properties are not > parsed by any part of the kernel currently and the max cooling state of > a CPU cooling device is found by referring to the cpufreq table instead. > > Remove the unused properties from the CPU nodes. > > Signed-off-by: Viresh Kumar > --- > arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts > index 1448c3dba08e..658215c9822c 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts > +++ b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts > @@ -209,14 +209,10 @@ > }; > > &cpu0 { > - cooling-min-level = <0>; > - cooling-max-level = <6>; > #cooling-cells = <2>; > }; > > &cpu4 { > - cooling-min-level = <0>; > - cooling-max-level = <4>; > #cooling-cells = <2>; > }; > > Acked-by: Neil Armstrong