projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b05193c
)
powerpc/fsl-pci: add fsl,qoriq-pcie-v2.4 compatible string
author
Timur Tabi
<timur@freescale.com>
Thu, 26 Jul 2012 15:08:52 +0000
(10:08 -0500)
committer
Kumar 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/sysdev/fsl_pci.c
b/arch/powerpc/sysdev/fsl_pci.c
index c37f46136321272465327a106383fb440e48fa75..6938792ccfd9c4e82071d1d835edefac5bcf20a9 100644
(file)
--- 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", },
{},