Skip to content

Commit d56933e

Browse files
rxrblngroeck
authored andcommitted
hwmon: (k10temp) Add AMD Steam Deck APU ID
Add AMD Custom APU 0405 PCI ID as used in the Valve Steam Deck to k10temp. Signed-off-by: René Rebe <rene@exactco.de> Link: https://lore.kernel.org/r/20251117.195048.691713748773231900.rene@exactco.de Signed-off-by: Guenter Roeck <linux@roeck-us.net>
1 parent 785205f commit d56933e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

drivers/hwmon/k10temp.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ MODULE_PARM_DESC(force, "force loading on processors with erratum 319");
8181
*/
8282
#define AMD_I3255_STR "3255"
8383

84+
/*
85+
* PCI Device IDs for AMD's Family 17h-based SOCs.
86+
* Defining locally as IDs are not shared.
87+
*/
88+
#define PCI_DEVICE_ID_AMD_17H_M90H_DF_F3 0x1663
89+
8490
/*
8591
* PCI Device IDs for AMD's Family 1Ah-based SOCs.
8692
* Defining locally as IDs are not shared.
@@ -548,6 +554,7 @@ static const struct pci_device_id k10temp_id_table[] = {
548554
{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_17H_M40H_DF_F3) },
549555
{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_17H_M60H_DF_F3) },
550556
{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_17H_M70H_DF_F3) },
557+
{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_17H_M90H_DF_F3) },
551558
{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_17H_MA0H_DF_F3) },
552559
{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_19H_DF_F3) },
553560
{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_19H_M10H_DF_F3) },

0 commit comments

Comments
 (0)