From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755511Ab1KNRfU (ORCPT ); Mon, 14 Nov 2011 12:35:20 -0500 Received: from ch1ehsobe001.messaging.microsoft.com ([216.32.181.181]:47615 "EHLO ch1outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752215Ab1KNRfT (ORCPT ); Mon, 14 Nov 2011 12:35:19 -0500 X-SpamScore: -15 X-BigFish: VS-15(zzbb2dK9371K1432N98dKzz1202hzz8275bh8275dhz2dh2a8h668h839h) X-Forefront-Antispam-Report: CIP:70.37.183.190;KIP:(null);UIP:(null);IPVD:NLI;H:mail.freescale.net;RD:none;EFVD:NLI X-FB-SS: 13, Message-ID: <4EC15145.3030001@freescale.com> Date: Mon, 14 Nov 2011 11:35:01 -0600 From: Scott Wood User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2 MIME-Version: 1.0 To: Liu Gang CC: , , , Kai Jiang , , , , Subject: Re: [PATCH 4/5, v3] powerpc/8xxx: Update device tree bus probe for new RapidIO node binding References: <1321099352-21462-1-git-send-email-Gang.Liu@freescale.com> <1321099352-21462-4-git-send-email-Gang.Liu@freescale.com> In-Reply-To: <1321099352-21462-4-git-send-email-Gang.Liu@freescale.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-OriginatorOrg: freescale.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/12/2011 06:02 AM, Liu Gang wrote: > From: Kai Jiang > > Update of_platform_bus_probe() RapidIO node to be compitable with > new RapidIO dts compatible property. > > Signed-off-by: Kai Jiang > Signed-off-by: Kumar Gala > --- > arch/powerpc/platforms/85xx/corenet_ds.c | 2 +- > arch/powerpc/platforms/85xx/mpc85xx_mds.c | 2 +- > arch/powerpc/platforms/86xx/mpc86xx_hpcn.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/powerpc/platforms/85xx/corenet_ds.c b/arch/powerpc/platforms/85xx/corenet_ds.c > index 802ad11..c48b661 100644 > --- a/arch/powerpc/platforms/85xx/corenet_ds.c > +++ b/arch/powerpc/platforms/85xx/corenet_ds.c > @@ -112,7 +112,7 @@ static const struct of_device_id of_device_ids[] __devinitconst = { > .compatible = "simple-bus" > }, > { > - .compatible = "fsl,rapidio-delta", > + .compatible = "fsl,srio", fsl,srio is too vague. We need to identify the specific hardware (or at least a concrete programming interface document), not just the bus that the hardware implements. -Scott