File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,13 @@ static DEFINE_MUTEX(nb_smu_ind_mutex);
8484 */
8585#define AMD_I3255_STR "3255"
8686
87+ /*
88+ * PCI Device IDs for AMD's Family 1Ah-based SOCs.
89+ * Defining locally as IDs are not shared.
90+ */
91+ #define PCI_DEVICE_ID_AMD_1AH_M50H_DF_F3 0x12cb
92+ #define PCI_DEVICE_ID_AMD_1AH_M90H_DF_F3 0x127b
93+
8794struct k10temp_data {
8895 struct pci_dev * pdev ;
8996 void (* read_htcreg )(struct pci_dev * pdev , u32 * regval );
@@ -547,7 +554,9 @@ static const struct pci_device_id k10temp_id_table[] = {
547554 { PCI_VDEVICE (AMD , PCI_DEVICE_ID_AMD_19H_M78H_DF_F3 ) },
548555 { PCI_VDEVICE (AMD , PCI_DEVICE_ID_AMD_1AH_M00H_DF_F3 ) },
549556 { PCI_VDEVICE (AMD , PCI_DEVICE_ID_AMD_1AH_M20H_DF_F3 ) },
557+ { PCI_VDEVICE (AMD , PCI_DEVICE_ID_AMD_1AH_M50H_DF_F3 ) },
550558 { PCI_VDEVICE (AMD , PCI_DEVICE_ID_AMD_1AH_M60H_DF_F3 ) },
559+ { PCI_VDEVICE (AMD , PCI_DEVICE_ID_AMD_1AH_M90H_DF_F3 ) },
551560 { PCI_VDEVICE (HYGON , PCI_DEVICE_ID_AMD_17H_DF_F3 ) },
552561 {}
553562};
You can’t perform that action at this time.
0 commit comments