From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from TX2EHSOBE008.bigfish.com (tx2ehsobe004.messaging.microsoft.com [65.55.88.14]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "Cybertrust SureServer Standard Validation CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 0F25E1008B8 for ; Fri, 5 Nov 2010 16:25:28 +1100 (EST) Received: from mail65-tx2 (localhost.localdomain [127.0.0.1]) by mail65-tx2-R.bigfish.com (Postfix) with ESMTP id 2162112402A0 for ; Fri, 5 Nov 2010 05:25:23 +0000 (UTC) Received: from TX2EHSMHS017.bigfish.com (unknown [10.9.14.242]) by mail65-tx2.bigfish.com (Postfix) with ESMTP id EC6BA75004E for ; Fri, 5 Nov 2010 05:25:22 +0000 (UTC) Received: from az33smr01.freescale.net (az33smr01.freescale.net [10.64.34.199]) by de01egw02.freescale.net (8.14.3/8.14.3) with ESMTP id oA55PILk014778 for ; Thu, 4 Nov 2010 22:25:18 -0700 (MST) Received: from zch01exm28.fsl.freescale.net (zch01exm28.ap.freescale.net [10.192.129.225]) by az33smr01.freescale.net (8.13.1/8.13.0) with ESMTP id oA55PGl9027128 for ; Fri, 5 Nov 2010 00:25:17 -0500 (CDT) From: Lan Chunhe To: Subject: [PATCH 3/3] powerpc/85xx: Update of_platform_bus_probe list to include PCI controller Date: Fri, 5 Nov 2010 13:28:30 +0800 Message-ID: <1288934910-3202-1-git-send-email-b25806@freescale.com> MIME-Version: 1.0 Content-Type: text/plain Cc: Lan Chunhe , akpm@linux-foundation.org, "Kai.Jiang" , dougthompson@xmission.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Signed-off-by: Kumar Gala Signed-off-by: Lan Chunhe --- 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