]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm: dts: add cooling properties on omap4430 cpu node
authorEduardo Valentin <eduardo.valentin@ti.com>
Mon, 15 Jul 2013 13:46:31 +0000 (09:46 -0400)
committerEduardo Valentin <eduardo.valentin@ti.com>
Wed, 4 Dec 2013 13:34:26 +0000 (09:34 -0400)
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.

Cc: "BenoƮt Cousson" <bcousson@baylibre.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: linux-omap@vger.kernel.org
Cc: devicetree-discuss@lists.ozlabs.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
arch/arm/boot/dts/omap443x.dtsi

index dc2f60b68930e3197f5117cdbc3a06266bc2f0f3..11441336c4c796cb0e581039ac02273157c56cf5 100644 (file)
                                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 */
                };
        };