diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-02-04 16:26:11 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-06 12:07:45 -0700 |
commit | 38fc1cdae0fb7a429222b7b85f8cdaefbd078e21 (patch) | |
tree | 431555bf2a3c214cf7933c940e760629447bd52d | |
parent | d8b1d225129298f3320530730c781a11e839c21c (diff) | |
download | u-boot-imx-38fc1cdae0fb7a429222b7b85f8cdaefbd078e21.zip u-boot-imx-38fc1cdae0fb7a429222b7b85f8cdaefbd078e21.tar.gz u-boot-imx-38fc1cdae0fb7a429222b7b85f8cdaefbd078e21.tar.bz2 |
x86: pci: Add pci ids for Quark SoC
Add pci ids for Intel Quark SoC.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | include/pci_ids.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/pci_ids.h b/include/pci_ids.h index 1012abe..dc2ca21 100644 --- a/include/pci_ids.h +++ b/include/pci_ids.h @@ -2592,6 +2592,10 @@ #define PCI_DEVICE_ID_INTEL_MFD_EMMC0 0x0823 #define PCI_DEVICE_ID_INTEL_MFD_EMMC1 0x0824 #define PCI_DEVICE_ID_INTEL_MRST_SD2 0x084F +#define PCI_DEVICE_ID_INTEL_QRK_SDIO 0x08A7 +#define PCI_DEVICE_ID_INTEL_QRK_UART 0x0936 +#define PCI_DEVICE_ID_INTEL_QRK_EMAC 0x0937 +#define PCI_DEVICE_ID_INTEL_QRK_ILB 0x095E #define PCI_DEVICE_ID_INTEL_I960 0x0960 #define PCI_DEVICE_ID_INTEL_I960RM 0x0962 #define PCI_DEVICE_ID_INTEL_CENTERTON_ILB 0x0c60 |