diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-09-11 02:25:43 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-09-14 09:51:54 -0400 |
commit | 5d54ddcbcf931bf07cd1ce262bda4674ebd1427f (patch) | |
tree | 14dd3d030a02099b343d59929977363f8204ab3a /include/linux | |
parent | 26caeb2ee1924d564e8d8190aa783a569532f81a (diff) |
[POWERPC] 85xx: Add basic Uniprocessor MPC8572 DS port
Added basic board port for MPC8572 DS reference platform that is
similiar to the MPC8544/33 DS reference platform in uniprocessor mode.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/linux')
-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 55f307ffbf96..545f24ce2638 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2100,6 +2100,8 @@ | |||
2100 | #define PCI_DEVICE_ID_MPC8533 0x0031 | 2100 | #define PCI_DEVICE_ID_MPC8533 0x0031 |
2101 | #define PCI_DEVICE_ID_MPC8544E 0x0032 | 2101 | #define PCI_DEVICE_ID_MPC8544E 0x0032 |
2102 | #define PCI_DEVICE_ID_MPC8544 0x0033 | 2102 | #define PCI_DEVICE_ID_MPC8544 0x0033 |
2103 | #define PCI_DEVICE_ID_MPC8572E 0x0040 | ||
2104 | #define PCI_DEVICE_ID_MPC8572 0x0041 | ||
2103 | #define PCI_DEVICE_ID_MPC8641 0x7010 | 2105 | #define PCI_DEVICE_ID_MPC8641 0x7010 |
2104 | #define PCI_DEVICE_ID_MPC8641D 0x7011 | 2106 | #define PCI_DEVICE_ID_MPC8641D 0x7011 |
2105 | 2107 | ||