diff options
author | Nishanth Menon <nm@ti.com> | 2015-03-23 22:39:39 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-03-26 22:02:12 +0300 |
commit | d723cfeafc7b4c73e89ed3d4b1a4d747e990872c (patch) | |
tree | c46ac09bac9f252764ffc5ec233c9b7e0ea3588c /arch/arm/boot/dts/omap4-cpu-thermal.dtsi | |
parent | f7397edf47ecc859fa69c15c4f9cefc8f2ee00c8 (diff) | |
download | linux-d723cfeafc7b4c73e89ed3d4b1a4d747e990872c.tar.xz |
ARM: dts: am57xx-beagle-x15: Add thermal map to include fan and tmp102
BeagleBoard-X15 has capability for a fan and has an onboard TMP102
temperature sensor as well. This allows us to create a new thermal
zone (called, un-imaginatively "board"), and allows us to use some
active cooling as temperatures start edge upward in the system by
creating a new alert temperature (emperically 50C) for cpu.
NOTE: Fan is NOT mounted by default on the platform, in such a case,
all we end up doing is switch on a regulator and leak very minimal
current.
Signed-off-by: Nishanth Menon <nm@ti.com>
Acked-by: Eduardo Valentin <edubezval@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4-cpu-thermal.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4-cpu-thermal.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap4-cpu-thermal.dtsi b/arch/arm/boot/dts/omap4-cpu-thermal.dtsi index cb9458feb2e3..ab7f87ae96f0 100644 --- a/arch/arm/boot/dts/omap4-cpu-thermal.dtsi +++ b/arch/arm/boot/dts/omap4-cpu-thermal.dtsi @@ -18,7 +18,7 @@ cpu_thermal: cpu_thermal { /* sensor ID */ thermal-sensors = <&bandgap 0>; - trips { + cpu_trips: trips { cpu_alert0: cpu_alert { temperature = <100000>; /* millicelsius */ hysteresis = <2000>; /* millicelsius */ @@ -31,7 +31,7 @@ cpu_thermal: cpu_thermal { }; }; - cooling-maps { + cpu_cooling_maps: cooling-maps { map0 { trip = <&cpu_alert0>; cooling-device = |