Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

René Rebe and committed by
Guenter Roeck
d56933e7 785205fd

+7
+7
drivers/hwmon/k10temp.c
··· 82 82 #define AMD_I3255_STR "3255" 83 83 84 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 + 90 + /* 85 91 * PCI Device IDs for AMD's Family 1Ah-based SOCs. 86 92 * Defining locally as IDs are not shared. 87 93 */ ··· 554 548 { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_17H_M40H_DF_F3) }, 555 549 { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_17H_M60H_DF_F3) }, 556 550 { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_17H_M70H_DF_F3) }, 551 + { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_17H_M90H_DF_F3) }, 557 552 { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_17H_MA0H_DF_F3) }, 558 553 { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_19H_DF_F3) }, 559 554 { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_19H_M10H_DF_F3) },