From: Kumar Gala <galak@kernel.crashing.org>
To: linuxppc-dev@ozlabs.org
Cc: Andrew Morton <akpm@osdl.org>,
alexandre.bounine@idt.com, Kai Jiang <Kai.Jiang@freescale.com>,
linux-kernel@vger.kernel.org
Subject: [PATCH 5/5][v2] powerpc/8xxx: Update device tree bus probe for new RapidIO node binding
Date: Thu, 13 Oct 2011 09:08:42 -0500 [thread overview]
Message-ID: <1318514922-12672-5-git-send-email-galak@kernel.crashing.org> (raw)
In-Reply-To: <1318514922-12672-4-git-send-email-galak@kernel.crashing.org>
From: Kai Jiang <Kai.Jiang@freescale.com>
Update of_platform_bus_probe() RapidIO node to be compitable with
new RapidIO dts compatible property.
Signed-off-by: Kai Jiang <Kai.Jiang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
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",
},
{
.compatible = "fsl,p4080-pcie",
diff --git a/arch/powerpc/platforms/85xx/mpc85xx_mds.c b/arch/powerpc/platforms/85xx/mpc85xx_mds.c
index a23a3ff..7968ced 100644
--- a/arch/powerpc/platforms/85xx/mpc85xx_mds.c
+++ b/arch/powerpc/platforms/85xx/mpc85xx_mds.c
@@ -433,7 +433,7 @@ static struct of_device_id mpc85xx_ids[] = {
{ .compatible = "soc", },
{ .compatible = "simple-bus", },
{ .compatible = "gianfar", },
- { .compatible = "fsl,rapidio-delta", },
+ { .compatible = "fsl,srio", },
{ .compatible = "fsl,mpc8548-guts", },
{ .compatible = "gpio-leds", },
{},
diff --git a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c b/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
index b11c353..569262c 100644
--- a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
+++ b/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
@@ -161,7 +161,7 @@ mpc86xx_time_init(void)
static __initdata struct of_device_id of_bus_ids[] = {
{ .compatible = "simple-bus", },
- { .compatible = "fsl,rapidio-delta", },
+ { .compatible = "fsl,srio", },
{ .compatible = "gianfar", },
{},
};
--
1.7.3.4
next prev parent reply other threads:[~2011-10-13 14:11 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-13 14:08 [PATCH 1/5][v2] powerpc/fsl: Document rapidio node binding-information Kumar Gala
2011-10-13 14:08 ` [PATCH 2/5][v2] fsl-rio: Split rio driver into two parts, RapidIO endpoint and message unit Kumar Gala
2011-10-13 14:08 ` [PATCH 3/5][v2] fsl-rio: Add two ports and rapidio message units support Kumar Gala
2011-10-13 14:08 ` [PATCH 4/5][v2] powerpc/85xx: Update SRIO device tree nodes Kumar Gala
2011-10-13 14:08 ` Kumar Gala [this message]
2011-10-19 19:54 ` [PATCH 3/5][v2] fsl-rio: Add two ports and rapidio message units support Bounine, Alexandre
2011-10-22 5:15 ` Liu Gang-B34182
2011-10-24 13:51 ` Bounine, Alexandre
2011-10-25 10:39 ` Liu Gang-B34182
2011-10-27 15:26 ` Bounine, Alexandre
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1318514922-12672-5-git-send-email-galak@kernel.crashing.org \
--to=galak@kernel.crashing.org \
--cc=Kai.Jiang@freescale.com \
--cc=akpm@osdl.org \
--cc=alexandre.bounine@idt.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).