aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Wan <vincent.wan@amd.com>2015-06-11 08:11:45 -0400
committerUlf Hansson <ulf.hansson@linaro.org>2015-06-15 04:36:43 -0400
commitd45337328b1fb86a8f045f6c9938e9e08e6d7134 (patch)
tree61fab7450ea71b8ec98c5b73ef5449886bb4c1a4
parent7551847ca079c362663385be20e6731ad32f1a3e (diff)
pci_ids: Add AMD KERNCZ device ID support
The KERNCZ is new AMD SB/FCH generation name, like HUDSON2. 0x790b is the device ID for this generation. Signed-off-by: Wan ZongShun <Vincent.Wan@amd.com> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r--include/linux/pci_ids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 2f7b9a40f627..cb63a7b522ef 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -579,6 +579,7 @@
579#define PCI_DEVICE_ID_AMD_HUDSON2_SATA_IDE 0x7800 579#define PCI_DEVICE_ID_AMD_HUDSON2_SATA_IDE 0x7800
580#define PCI_DEVICE_ID_AMD_HUDSON2_SMBUS 0x780b 580#define PCI_DEVICE_ID_AMD_HUDSON2_SMBUS 0x780b
581#define PCI_DEVICE_ID_AMD_HUDSON2_IDE 0x780c 581#define PCI_DEVICE_ID_AMD_HUDSON2_IDE 0x780c
582#define PCI_DEVICE_ID_AMD_KERNCZ_SMBUS 0x790b
582 583
583#define PCI_VENDOR_ID_TRIDENT 0x1023 584#define PCI_VENDOR_ID_TRIDENT 0x1023
584#define PCI_DEVICE_ID_TRIDENT_4DWAVE_DX 0x2000 585#define PCI_DEVICE_ID_TRIDENT_4DWAVE_DX 0x2000