diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-04-15 15:38:40 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-05-19 01:50:43 -0400 |
commit | 01af9507ff36578dad89b1cc88ff37ac18e719cb (patch) | |
tree | ccc59eebbaeeea91ba43908559513505adfd7409 /include/linux/pci_ids.h | |
parent | 404614728f857d0ac63d29c3a29d0cf392a15598 (diff) |
powerpc/85xx: Add P2020DS board support
The P2020 is a dual e500v2 core based SOC with:
* 3 PCIe controllers
* 2 General purpose DMA controllers
* 2 sRIO controllers
* 3 eTSECS
* USB 2.0
* SDHC
* SPI, I2C, DUART
* enhanced localbus
* and optional Security (P2020E) security w/XOR acceleration
The p2020 DS reference board is pretty similar to the existing MPC85xx
DS boards and has a ULI 1575 connected on one of the PCIe controllers.
Signed-off-by: Ted Peters <Ted.Peters@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 7cc5b80327f8..bfa0402d3434 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2288,6 +2288,8 @@ | |||
2288 | #define PCI_DEVICE_ID_MPC8572 0x0041 | 2288 | #define PCI_DEVICE_ID_MPC8572 0x0041 |
2289 | #define PCI_DEVICE_ID_MPC8536E 0x0050 | 2289 | #define PCI_DEVICE_ID_MPC8536E 0x0050 |
2290 | #define PCI_DEVICE_ID_MPC8536 0x0051 | 2290 | #define PCI_DEVICE_ID_MPC8536 0x0051 |
2291 | #define PCI_DEVICE_ID_P2020E 0x0070 | ||
2292 | #define PCI_DEVICE_ID_P2020 0x0071 | ||
2291 | #define PCI_DEVICE_ID_MPC8641 0x7010 | 2293 | #define PCI_DEVICE_ID_MPC8641 0x7010 |
2292 | #define PCI_DEVICE_ID_MPC8641D 0x7011 | 2294 | #define PCI_DEVICE_ID_MPC8641D 0x7011 |
2293 | #define PCI_DEVICE_ID_MPC8610 0x7018 | 2295 | #define PCI_DEVICE_ID_MPC8610 0x7018 |