ARM: dts: r8a7790: enable to use thermal-zone
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 28 Jan 2016 02:45:34 +0000 (02:45 +0000)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 16 Feb 2016 01:44:43 +0000 (10:44 +0900)
commita8b805f3606f7af7f2b44763d3d6cf05f7c15afd
tree58533327b531916fa80e3e440ee552ea77905198
parentf3b063c8f443049fb484086d6a956a5270f137a0
ARM: dts: r8a7790: enable to use thermal-zone

This patch enables to use thermal-zone on r8a7790.
This thermal sensor can measure temperature from -40000 to 125000,
but over 117000 can be critical on this chip.
Thus, default critical temperature is now set as 115000 (this driver
is using 5000 steps) (Current critical temperature is using it as
90000, but there is no big reason about it)

And it doesn't check thermal zone periodically (same as current
behavior). You can exchange it by modifying polling-delay[-passive]
property.

You can set trip temp if your kernel has CONFIG_THERMAL_WRITABLE_TRIPS,
but you need to take care to use it, since it will call
orderly_poweroff() it it reaches to the value.
echo $temp > /sys/class/thermal/thermal_zone0/trip_point_0_temp

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7790.dtsi