From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 34BC2B7124 for ; Thu, 11 Nov 2010 23:01:51 +1100 (EST) Subject: Re: [PATCH 3/3] powerpc/85xx: Update of_platform_bus_probe list to include PCI controller Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <90A4C584-325F-4E5D-8D3C-1B5797F4CAC0@kernel.crashing.org> Date: Thu, 11 Nov 2010 06:01:36 -0600 Message-Id: <398C9956-B01B-4EA0-930B-3B3D9588FEFA@kernel.crashing.org> References: <1288934910-3202-1-git-send-email-b25806@freescale.com> <90A4C584-325F-4E5D-8D3C-1B5797F4CAC0@kernel.crashing.org> To: Kumar Gala Cc: Lan Chunhe , linuxppc-dev@lists.ozlabs.org, 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: , On Nov 11, 2010, at 5:59 AM, Kumar Gala wrote: >=20 > On Nov 5, 2010, at 12:28 AM, Lan Chunhe wrote: >=20 >> We need to get the pci controller created as an of platform device to >> allow the EDAC driver to bind to it on P4080DS. >>=20 >> 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(-) >>=20 >> 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 =3D { >> { >> .compatible =3D "fsl,rapidio-delta", >> }, >> + { >> + .compatible =3D "fsl,p4080-pcie", >> + }, >> {} >> }; >>=20 >=20 > We've talked about doing an explicit add of a new node instead of = doing this everywhere. I'd like to see that done instead. The thread that describes this a bit further is here: http://patchwork.ozlabs.org/patch/59530/ - k=