diff options
| author | Kumar Gala <galak@kernel.crashing.org> | 2009-10-18 14:55:55 -0400 |
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2009-11-20 17:45:34 -0500 |
| commit | a3f62bd2b20c769ddc989b242ddd274179e19ee6 (patch) | |
| tree | 998d04e81d45f2a6553d50f4f0904737cd172741 | |
| parent | 8b27f0b61db57f5555fc2d3fc95c3ea9fd1a9d6c (diff) | |
powerpc/fsl: Add PCI device ids for new QoirQ chips
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| -rw-r--r-- | arch/powerpc/sysdev/fsl_pci.c | 14 | ||||
| -rw-r--r-- | include/linux/pci_ids.h | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/fsl_pci.c b/arch/powerpc/sysdev/fsl_pci.c index cf57a42c72af..4e3a3e345ab3 100644 --- a/arch/powerpc/sysdev/fsl_pci.c +++ b/arch/powerpc/sysdev/fsl_pci.c | |||
| @@ -392,8 +392,22 @@ DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_MPC8536, quirk_fsl_pcie_header); | |||
| 392 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_MPC8641, quirk_fsl_pcie_header); | 392 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_MPC8641, quirk_fsl_pcie_header); |
| 393 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_MPC8641D, quirk_fsl_pcie_header); | 393 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_MPC8641D, quirk_fsl_pcie_header); |
| 394 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_MPC8610, quirk_fsl_pcie_header); | 394 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_MPC8610, quirk_fsl_pcie_header); |
| 395 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P1011E, quirk_fsl_pcie_header); | ||
| 396 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P1011, quirk_fsl_pcie_header); | ||
| 397 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P1013E, quirk_fsl_pcie_header); | ||
| 398 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P1013, quirk_fsl_pcie_header); | ||
| 399 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P1020E, quirk_fsl_pcie_header); | ||
| 400 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P1020, quirk_fsl_pcie_header); | ||
| 401 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P1022E, quirk_fsl_pcie_header); | ||
| 402 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P1022, quirk_fsl_pcie_header); | ||
| 403 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P2010E, quirk_fsl_pcie_header); | ||
| 404 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P2010, quirk_fsl_pcie_header); | ||
| 395 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P2020E, quirk_fsl_pcie_header); | 405 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P2020E, quirk_fsl_pcie_header); |
| 396 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P2020, quirk_fsl_pcie_header); | 406 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P2020, quirk_fsl_pcie_header); |
| 407 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P4040E, quirk_fsl_pcie_header); | ||
| 408 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P4040, quirk_fsl_pcie_header); | ||
| 409 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P4080E, quirk_fsl_pcie_header); | ||
| 410 | DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_P4080, quirk_fsl_pcie_header); | ||
| 397 | #endif /* CONFIG_FSL_SOC_BOOKE || CONFIG_PPC_86xx */ | 411 | #endif /* CONFIG_FSL_SOC_BOOKE || CONFIG_PPC_86xx */ |
| 398 | 412 | ||
| 399 | #if defined(CONFIG_PPC_83xx) || defined(CONFIG_PPC_MPC512x) | 413 | #if defined(CONFIG_PPC_83xx) || defined(CONFIG_PPC_MPC512x) |
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 9ceb392cb984..f988a0d68636 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
| @@ -2288,6 +2288,20 @@ | |||
| 2288 | #define PCI_DEVICE_ID_MPC8536 0x0051 | 2288 | #define PCI_DEVICE_ID_MPC8536 0x0051 |
| 2289 | #define PCI_DEVICE_ID_P2020E 0x0070 | 2289 | #define PCI_DEVICE_ID_P2020E 0x0070 |
| 2290 | #define PCI_DEVICE_ID_P2020 0x0071 | 2290 | #define PCI_DEVICE_ID_P2020 0x0071 |
| 2291 | #define PCI_DEVICE_ID_P2010E 0x0078 | ||
| 2292 | #define PCI_DEVICE_ID_P2010 0x0079 | ||
| 2293 | #define PCI_DEVICE_ID_P1020E 0x0100 | ||
| 2294 | #define PCI_DEVICE_ID_P1020 0x0101 | ||
| 2295 | #define PCI_DEVICE_ID_P1011E 0x0108 | ||
| 2296 | #define PCI_DEVICE_ID_P1011 0x0109 | ||
| 2297 | #define PCI_DEVICE_ID_P1022E 0x0110 | ||
| 2298 | #define PCI_DEVICE_ID_P1022 0x0111 | ||
| 2299 | #define PCI_DEVICE_ID_P1013E 0x0118 | ||
| 2300 | #define PCI_DEVICE_ID_P1013 0x0119 | ||
| 2301 | #define PCI_DEVICE_ID_P4080E 0x0400 | ||
| 2302 | #define PCI_DEVICE_ID_P4080 0x0401 | ||
| 2303 | #define PCI_DEVICE_ID_P4040E 0x0408 | ||
| 2304 | #define PCI_DEVICE_ID_P4040 0x0409 | ||
| 2291 | #define PCI_DEVICE_ID_MPC8641 0x7010 | 2305 | #define PCI_DEVICE_ID_MPC8641 0x7010 |
| 2292 | #define PCI_DEVICE_ID_MPC8641D 0x7011 | 2306 | #define PCI_DEVICE_ID_MPC8641D 0x7011 |
| 2293 | #define PCI_DEVICE_ID_MPC8610 0x7018 | 2307 | #define PCI_DEVICE_ID_MPC8610 0x7018 |
