[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180312043250.GT6842@vireshk-i7>
Date: Mon, 12 Mar 2018 10:02:50 +0530
From: Viresh Kumar <viresh.kumar@...aro.org>
To: Neil Armstrong <narmstrong@...libre.com>
Cc: Rafael Wysocki <rjw@...ysocki.net>,
Carlo Caione <carlo@...one.org>,
Kevin Hilman <khilman@...libre.com>,
Mark Rutland <mark.rutland@....com>,
devicetree@...r.kernel.org,
Vincent Guittot <vincent.guittot@...aro.org>,
linux-pm@...r.kernel.org, daniel.lezcano@...aro.org,
linux-kernel@...r.kernel.org,
Eduardo Valentin <edubezval@...il.com>,
Rob Herring <robh+dt@...nel.org>,
linux-amlogic@...ts.infradead.org, Zhang Rui <rui.zhang@...el.com>,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH 06/10] ARM64: dts: meson: Remove
"cooling-{min|max}-level" for CPU nodes
On 09-02-18, 10:03, Neil Armstrong wrote:
> 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 <viresh.kumar@...aro.org>
> > ---
> > 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 <narmstrong@...libre.com>
Is Kevin going to apply these for 4.17 ?
--
viresh
Powered by blists - more mailing lists