Skip to content

Commit

Permalink
hwmon/k10temp: Add support for Hygon family 18h model 10h
Browse files Browse the repository at this point in the history
Add 18H_M10H DF F3 device ID to get the temperature for Hygon
family 18h model 10h processor.

Signed-off-by: Liao Xuan <[email protected]>
  • Loading branch information
Liao Xuan authored and Avenger-285714 committed May 25, 2024
1 parent 90dd0db commit 52c07aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/hwmon/k10temp.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ static const struct pci_device_id k10temp_id_table[] = {
{ PCI_VDEVICE(HYGON, PCI_DEVICE_ID_AMD_17H_DF_F3) },
{ PCI_VDEVICE(HYGON, PCI_DEVICE_ID_AMD_17H_M30H_DF_F3) },
{ PCI_VDEVICE(HYGON, PCI_DEVICE_ID_HYGON_18H_M05H_DF_F3) },
{ PCI_VDEVICE(HYGON, PCI_DEVICE_ID_HYGON_18H_M10H_DF_F3) },
{}
};
MODULE_DEVICE_TABLE(pci, k10temp_id_table);
Expand Down

0 comments on commit 52c07aa

Please sign in to comment.