[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <9843500a-9e7e-4d5b-a06b-5fe012aed22c@amd.com>
Date: Mon, 25 Aug 2025 15:43:18 -0500
From: Mario Limonciello <mario.limonciello@....com>
To: Rong Zhang <i@...g.moe>, Clemens Ladisch <clemens@...isch.de>,
Jean Delvare <jdelvare@...e.com>, Guenter Roeck <linux@...ck-us.net>,
"Borislav Petkov (AMD)" <bp@...en8.de>
Cc: linux-hwmon@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] hwmon: (k10temp) Add device ID for Strix Halo
On 8/23/2025 1:04 PM, Rong Zhang wrote:
> The device ID of Strix Halo Data Fabric Function 3 has been in the tree
> since commit 0e640f0a47d8 ("x86/amd_nb: Add new PCI IDs for AMD family
> 0x1a"), but is somehow missing from k10temp_id_table.
>
> Add it so that it works out of the box.
>
> Tested on Beelink GTR9 Pro Mini PC.
>
> Signed-off-by: Rong Zhang <i@...g.moe>
Reviewed-by: Mario Limonciello <mario.limonciello@....com>
> ---
> drivers/hwmon/k10temp.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/hwmon/k10temp.c b/drivers/hwmon/k10temp.c
> index 2f90a2e9ad49..b98d5ec72c4f 100644
> --- a/drivers/hwmon/k10temp.c
> +++ b/drivers/hwmon/k10temp.c
> @@ -565,6 +565,7 @@ static const struct pci_device_id k10temp_id_table[] = {
> { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_1AH_M20H_DF_F3) },
> { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_1AH_M50H_DF_F3) },
> { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_1AH_M60H_DF_F3) },
> + { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_1AH_M70H_DF_F3) },
> { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_1AH_M90H_DF_F3) },
> { PCI_VDEVICE(HYGON, PCI_DEVICE_ID_AMD_17H_DF_F3) },
> {}
>
> base-commit: 9703c672af8dd3573c76ce509dfff26bf6c4768d
Powered by blists - more mailing lists