diff options
author | Mario Limonciello <mario.limonciello@amd.com> | 2021-08-27 15:15:26 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2021-08-27 13:54:58 -0700 |
commit | 25572c818d2e40b5d7231a9dc49bd45a6b6c3dfa (patch) | |
tree | c3c0a97cfc2661b9622b261fea720fe1c550a993 /include/linux/pci_ids.h | |
parent | 0e3f52bbd9ebaef5fba1b4c70e4132b9782c7c7e (diff) | |
download | linux-25572c818d2e40b5d7231a9dc49bd45a6b6c3dfa.tar.gz linux-25572c818d2e40b5d7231a9dc49bd45a6b6c3dfa.tar.bz2 linux-25572c818d2e40b5d7231a9dc49bd45a6b6c3dfa.zip |
hwmon: (k10temp) Add support for yellow carp
Yellow carp matches same behavior as green sardine and other Zen3
products, but have different CCD offsets.
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Acked-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20210827201527.24454-3-mario.limonciello@amd.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 4bac1831de80..3d50d5bbf037 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -555,6 +555,7 @@ #define PCI_DEVICE_ID_AMD_17H_M60H_DF_F3 0x144b #define PCI_DEVICE_ID_AMD_17H_M70H_DF_F3 0x1443 #define PCI_DEVICE_ID_AMD_19H_DF_F3 0x1653 +#define PCI_DEVICE_ID_AMD_19H_M40H_DF_F3 0x167c #define PCI_DEVICE_ID_AMD_19H_M50H_DF_F3 0x166d #define PCI_DEVICE_ID_AMD_CNB17H_F3 0x1703 #define PCI_DEVICE_ID_AMD_LANCE 0x2000 |