powerpc/fsl-pci: add fsl,qoriq-pcie-v2.4 compatible string
authorTimur Tabi <timur@freescale.com>
Thu, 26 Jul 2012 15:08:52 +0000 (10:08 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 12 Sep 2012 19:57:07 +0000 (14:57 -0500)
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>
arch/powerpc/sysdev/fsl_pci.c

index c37f46136321272465327a106383fb440e48fa75..6938792ccfd9c4e82071d1d835edefac5bcf20a9 100644 (file)
@@ -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", },
        {},