[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140506152007.GC18474@atomide.com>
Date: Tue, 6 May 2014 08:20:08 -0700
From: Tony Lindgren <tony@...mide.com>
To: Alex Shi <alex.shi@...aro.org>
Cc: mark.hambleton@...adcom.com, mark.brown@...aro.org,
eduardo.valentin@...com, mporter@...aro.org,
lsk-interest@...aro.org, linaro-kernel@...aro.org,
Benoît Cousson <bcousson@...libre.com>,
Russell King <linux@....linux.org.uk>,
linux-omap@...r.kernel.org, devicetree-discuss@...ts.ozlabs.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 10/19] arm: dts: add cooling properties on omap4430 cpu
node
* Alex Shi <alex.shi@...aro.org> [140325 03:54]:
> From: Eduardo Valentin <eduardo.valentin@...com>
>
> OMAP4430 devices can reach high temperatures and thus
> needs to have cpufreq-cooling on systems running on it.
>
> This patch adds the required cooling device properties
> so that cpufreq-cpu0 driver loads the cooling device.
Alex, what's the status of this series? I could not find
the complete thread, so wondering what to do with patches
09 - 13?
Regards,
Tony
> Cc: "Benoît Cousson" <bcousson@...libre.com>
> Cc: Tony Lindgren <tony@...mide.com>
> Cc: Russell King <linux@....linux.org.uk>
> Cc: linux-omap@...r.kernel.org
> Cc: devicetree-discuss@...ts.ozlabs.org
> Cc: linux-arm-kernel@...ts.infradead.org
> Cc: linux-kernel@...r.kernel.org
> Signed-off-by: Eduardo Valentin <eduardo.valentin@...com>
> (cherry picked from commit 72af5e6d0c3e01655c1c1fc7c7ca94a2b663611e)
>
> Signed-off-by: Alex Shi <alex.shi@...aro.org>
> ---
> arch/arm/boot/dts/omap443x.dtsi | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/omap443x.dtsi b/arch/arm/boot/dts/omap443x.dtsi
> index cccf39a..d2deba0 100644
> --- a/arch/arm/boot/dts/omap443x.dtsi
> +++ b/arch/arm/boot/dts/omap443x.dtsi
> @@ -22,6 +22,11 @@
> 1008000 1375000
> >;
> clock-latency = <300000>; /* From legacy driver */
> +
> + /* cooling options */
> + cooling-min-level = <0>;
> + cooling-max-level = <3>;
> + #cooling-cells = <2>; /* min followed by max */
> };
> };
> };
> --
> 1.8.1.2
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists