diff options
| author | 2012-07-26 10:08:52 -0500 | |
|---|---|---|
| committer | 2012-09-12 14:57:07 -0500 | |
| commit | 708998c9cfc7b324cd3ffde3e7f74d32bca1ac67 (patch) | |
| tree | 68a95bad0391c6437fc0926a75bc7840c3ae8bce /arch/powerpc/sysdev/fsl_pci.c | |
| parent | powerpc/85xx: remove P1020RDB and P2020RDB CAMP device trees (diff) | |
| download | wireguard-linux-708998c9cfc7b324cd3ffde3e7f74d32bca1ac67.tar.xz wireguard-linux-708998c9cfc7b324cd3ffde3e7f74d32bca1ac67.zip | |
powerpc/fsl-pci: add fsl,qoriq-pcie-v2.4 compatible string
The PCI controller on the Freescale P5040 is v2.4.
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/sysdev/fsl_pci.c')
| -rw-r--r-- | arch/powerpc/sysdev/fsl_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/fsl_pci.c b/arch/powerpc/sysdev/fsl_pci.c index c37f46136321..6938792ccfd9 100644 --- a/arch/powerpc/sysdev/fsl_pci.c +++ b/arch/powerpc/sysdev/fsl_pci.c @@ -818,6 +818,7 @@ static const struct of_device_id pci_ids[] = { { .compatible = "fsl,p1010-pcie", }, { .compatible = "fsl,p1023-pcie", }, { .compatible = "fsl,p4080-pcie", }, + { .compatible = "fsl,qoriq-pcie-v2.4", }, { .compatible = "fsl,qoriq-pcie-v2.3", }, { .compatible = "fsl,qoriq-pcie-v2.2", }, {}, |
