Re: [PATCH] ARM: dts: exynos: Only Odroid XU3-family boards use DTSI with CPU thermal nodes

From: Krzysztof Kozlowski
Date: Wed May 11 2016 - 01:49:33 EST


On 05/10/2016 09:45 PM, Anand Moon wrote:
> Hi Krzysztof,
>
> Sorry I am not able to explain my self clearly.
> But I have once gain tested these changes.
>
> Only could you append with following changes.
> --------------------------------------------------------
> + cpu_crit0: cpu-crit-0 {
> + temperature = <120000>; /*
> millicelsius */
> + hysteresis = <5000>; /* millicelsius */
> + type = "critical";
> + };
> --------------------------------------------------------
> hysteresis time help to adjust the present and past temperature inputs
> before critical shutdown.

I need more details why you want this patch. What is the point of
hysteresis on critical trip point? When reaching this trip point the
system shutdowns... there is nothing more to do, I think.

Best regards,
Krzysztof