Re: [PATCH] hwmon: (k10temp) Fix model id range of Zen5 Turin
From: Guenter Roeck
Date: Thu Sep 10 2026 - 20:48:36 EST
On Fri, Sep 11, 2026 at 02:39:25AM +0800, Rong Zhang wrote:
> Model 20h-2Fh are mobile processors with single CCD. For example, model
> 24h is Strix Point, i.e., Ryzen AI 7 (PRO) (H/HX) 360/365/370.
>
> Including mobile processors in the model id range of Zen5 Turin
> processors leads to bogus reporting:
>
> k10temp-pci-00c3
> Adapter: PCI adapter
> Tctl: +54.1°C
> Tccd4: +148.6°C
> Tccd6: +148.4°C
> Tccd7: +149.1°C
> Tccd8: +149.2°C
> Tccd9: +149.2°C
> Tccd12: +149.1°C
> Tccd14: +22.0°C
> Tccd15: +22.0°C
> Tccd16: +22.0°C
>
> Fix it by removing the said range.
>
> Fixes: 8440d5aca227 ("hwmon: (k10temp) Add per-CCD temperature monitoring for Zen5 Turin")
> Signed-off-by: Rong Zhang <i@xxxxxxxx>
> Reviewed-by: Mario Limonciello (AMD) <superm1@xxxxxxxxxx>
Ok, I assume this is authoritative.
Applied.
Thanks,
Guenter