diff options
| author | 2013-12-25 18:06:56 +0800 | |
|---|---|---|
| committer | 2014-01-10 17:38:56 -0600 | |
| commit | d064f30e5063ec54ab50af08c64fb5055e759bfd (patch) | |
| tree | cc49f82e370b66bc20f6e5c3e5f1318d73c0aa28 /arch/powerpc/sysdev | |
| parent | powerpc/85xx/dts: add third elo3 dma component (diff) | |
| download | linux-dev-d064f30e5063ec54ab50af08c64fb5055e759bfd.tar.xz linux-dev-d064f30e5063ec54ab50af08c64fb5055e759bfd.zip | |
powerpc/fsl_pci: add versionless pci compatible
There are much pci compatible with version on existing platforms.
To stop putting version numbers in device tree later, we add a
generic compatible 'fsl,qoriq-pcie'.
The version number is readable directly from a register.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/sysdev')
| -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 e8be4344742b..a625dcf26b2b 100644 --- a/arch/powerpc/sysdev/fsl_pci.c +++ b/arch/powerpc/sysdev/fsl_pci.c @@ -1035,6 +1035,7 @@ static const struct of_device_id pci_ids[] = { { .compatible = "fsl,mpc8548-pcie", }, { .compatible = "fsl,mpc8610-pci", }, { .compatible = "fsl,mpc8641-pcie", }, + { .compatible = "fsl,qoriq-pcie", }, { .compatible = "fsl,qoriq-pcie-v2.1", }, { .compatible = "fsl,qoriq-pcie-v2.2", }, { .compatible = "fsl,qoriq-pcie-v2.3", }, |
