Re: [PATCH] hwmon: (tmp401) register with thermal subsystem
From: Guenter Roeck
Date: Sun Jul 19 2026 - 10:03:44 EST
On Mon, Jul 13, 2026 at 11:07:54PM +0200, Vincent Jardin wrote:
> From: Vincent Jardin <vjardin@xxxxxxx>
>
> tmp401 is missing HWMON_C_REGISTER_TZ. So a devicetree thermal
> zone referencing a such sensor ('thermal-sensors = <&tmp411 N>')
> fails to register it. Then its cooling-maps is not set, which means
> that the fans are not managed.
>
> Same as lm90 or jc42, set HWMON_C_REGISTER_TZ.
> Boards without the property into the DT keep the same behavior.
>
> Signed-off-by: Vincent Jardin <vjardin@xxxxxxx>
Applied.
Thanks,
Guenter