diff options
author | Eduardo Valentin <eduardo.valentin@ti.com> | 2013-08-16 11:30:47 -0400 |
---|---|---|
committer | Eduardo Valentin <eduardo.valentin@ti.com> | 2013-12-04 08:37:16 -0500 |
commit | 2cd29f6308b81fdf3756307c37bda267a93c1650 (patch) | |
tree | 788640605760e48d29911d2603f60061e491fa84 /arch/arm/boot/dts/omap5.dtsi | |
parent | 1b761fc500dd12109730df8054397e422e0bef39 (diff) |
arm: dts: add cooling properties on omap5 cpu node
OMAP5 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: Rob Herring <rob.herring@calxeda.com>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: linux-omap@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/omap5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 7dfe36262d7f..ab9a21ae82f3 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi | |||
@@ -49,6 +49,10 @@ | |||
49 | 1000000 1060000 | 49 | 1000000 1060000 |
50 | 1500000 1250000 | 50 | 1500000 1250000 |
51 | >; | 51 | >; |
52 | /* cooling options */ | ||
53 | cooling-min-level = <0>; | ||
54 | cooling-max-level = <2>; | ||
55 | #cooling-cells = <2>; /* min followed by max */ | ||
52 | }; | 56 | }; |
53 | cpu@1 { | 57 | cpu@1 { |
54 | device_type = "cpu"; | 58 | device_type = "cpu"; |