Re: [PATCH] imx_thermal: Fix temperature retrieval after overheat

From: Nicolas Cavallari
Date: Mon Feb 07 2022 - 12:11:18 EST


On 07/02/2022 17:18, Nicolas Cavallari wrote:
When the CPU temperature is above the passive trip point, reading the
temperature would fail forever with EAGAIN. Fortunately, the thermal
core would continue to assume that the system is overheating, so would
put all passive cooling devices to the max. Unfortunately, it does
this forever, even if the temperature returns to normal.

Please drop this patch, apparently this was already fixed. Sorry for the noise.