From mboxrd@z Thu Jan 1 00:00:00 1970 From: heiko@sntech.de (Heiko =?ISO-8859-1?Q?St=FCbner?=) Date: Tue, 01 Mar 2016 11:03:26 +0100 Subject: [RESEND PATCH 7/8] ARM: dts: rockchip: add the thermal main info found on rk3228 In-Reply-To: <1455521613-27340-8-git-send-email-wxt@rock-chips.com> References: <1455521613-27340-1-git-send-email-wxt@rock-chips.com> <1455521613-27340-8-git-send-email-wxt@rock-chips.com> Message-ID: <1971048.7T2zBta3A8@diego> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Am Montag, 15. Februar 2016, 15:33:32 schrieb Caesar Wang: > This patch adds the thermal needed main information for rk3228 SoCS. > > Basically has the following content: > > 1) TSADC controller: > Add the needed attributes for rk3036 TSADC controller. > > Especially for the TSHUT, in some cases if we are unable to shut it down > in orderly fashion (says: kernel is stuck holding a lock or similar), then > hardware TSHUT will reset it. > If the temperature is over 95C over a period of time the thermal shutdown > of the tsadc is invoked with can either reset the entire chip via the CRU, > or notify the PMIC via a GPIO. This should be set in the specific board. > > 2) Thermal zones: > Add the needed device mode for thermal generic framework. > Detail in Documentation/devicetree/bindings/thermal/thermal.txt. > > Signed-off-by: Caesar Wang applied to my dts32 branch for 4.6 Thanks Heiko