[PATCH v2 1/9] dt-bindings: thermal: Define trips node in $defs

Francesco Dolcini francesco.dolcini at toradex.com
Mon Jun 20 10:46:21 PDT 2022


On Mon, Jun 20, 2022 at 06:45:41PM +0200, Krzysztof Kozlowski wrote:
> On 20/06/2022 17:48, Francesco Dolcini wrote:
> > Lucas, are you really that against the simple working solution I
> > proposed initially [1]? I feel like I am running in circles ...
> 
> BTW, the link [1] was missing in your email, so I understood that you
> meant this patchset. If [1] refers to something else, then we need to
> discuss that something else.

We misunderstood each other, this is what I meant:

> 1- just increase the threshold to the actual max value allowed according
>    to the SoC thermal grade.
>
>    As easy as
>
> -     data->temp_critical = data->temp_max - (1000 * 5);
> +     data->temp_critical = data->temp_max;
>
>    in drivers/thermal/imx_thermal.c
>
>    https://lore.kernel.org/all/20220420091300.179753-1-francesco.dolcini@toradex.com/
>
>    It was not considered good enough by Lucas since this is a overall
>    system design question, therefore should be configurable.

Francesco




More information about the linux-arm-kernel mailing list