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 );
@@ -556,7 +563,9 @@ static const struct pci_device_id k10temp_id_table[] = {
556563 { PCI_VDEVICE (AMD , PCI_DEVICE_ID_AMD_19H_M78H_DF_F3 ) },
557564 { PCI_VDEVICE (AMD , PCI_DEVICE_ID_AMD_1AH_M00H_DF_F3 ) },
558565 { PCI_VDEVICE (AMD , PCI_DEVICE_ID_AMD_1AH_M20H_DF_F3 ) },
566+ { PCI_VDEVICE (AMD , PCI_DEVICE_ID_AMD_1AH_M50H_DF_F3 ) },
559567 { PCI_VDEVICE (AMD , PCI_DEVICE_ID_AMD_1AH_M60H_DF_F3 ) },
568+ { PCI_VDEVICE (AMD , PCI_DEVICE_ID_AMD_1AH_M90H_DF_F3 ) },
560569 { PCI_VDEVICE (HYGON , PCI_DEVICE_ID_AMD_17H_DF_F3 ) },
561570 {}
562571};
You can’t perform that action at this time.
0 commit comments