[PATCH 3/3] powerpc/85xx: Update of_platform_bus_probe list to include PCI controller

Lan Chunhe b25806 at freescale.com
Fri Nov 5 13:57:54 EST 2010


We need to get the pci controller created as an of platform device to
allow the EDAC driver to bind to it on P4080DS.

Signed-off-by: Kai.Jiang <Kai.Jiang at freescale.com>
Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
Signed-off-by: Lan Chunhe <b25806 at freescale.com>
---
 arch/powerpc/platforms/85xx/corenet_ds.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/platforms/85xx/corenet_ds.c b/arch/powerpc/platforms/85xx/corenet_ds.c
index 2ab338c..bf9b9e5 100644
--- a/arch/powerpc/platforms/85xx/corenet_ds.c
+++ b/arch/powerpc/platforms/85xx/corenet_ds.c
@@ -116,6 +116,9 @@ static const struct of_device_id of_device_ids[] __devinitconst = {
 	{
 		.compatible	= "fsl,rapidio-delta",
 	},
+	{
+		.compatible	= "fsl,p4080-pcie",
+	},
 	{}
 };
 
-- 
1.5.4.5




More information about the Linuxppc-dev mailing list