drivers/hwmon/k10temp.c | 1 + 1 file changed, 1 insertion(+)
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@rong.moe>
---
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
--
2.50.1
On Sun, Aug 24, 2025 at 02:04:41AM +0800, 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@rong.moe> > Reviewed-by: Mario Limonciello <mario.limonciello@amd.com> Applied. Guenter
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@rong.moe> Reviewed-by: Mario Limonciello <mario.limonciello@amd.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
© 2016 - 2025 Red Hat, Inc.