From: Lan Chunhe <b25806@freescale.com>
To: <linuxppc-dev@ozlabs.org>
Cc: Lan Chunhe <b25806@freescale.com>,
akpm@linux-foundation.org, "Kai.Jiang" <Kai.Jiang@freescale.com>,
dougthompson@xmission.com
Subject: [PATCH 3/3] powerpc/85xx: Update of_platform_bus_probe list to include PCI controller
Date: Fri, 5 Nov 2010 10:57:54 +0800 [thread overview]
Message-ID: <1288925874-1260-1-git-send-email-b25806@freescale.com> (raw)
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@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Lan Chunhe <b25806@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
next reply other threads:[~2010-11-05 3:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-05 2:57 Lan Chunhe [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-11-05 5:28 [PATCH 3/3] powerpc/85xx: Update of_platform_bus_probe list to include PCI controller Lan Chunhe
2010-11-11 11:59 ` Kumar Gala
2010-11-11 12:01 ` Kumar Gala
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=1288925874-1260-1-git-send-email-b25806@freescale.com \
--to=b25806@freescale.com \
--cc=Kai.Jiang@freescale.com \
--cc=akpm@linux-foundation.org \
--cc=dougthompson@xmission.com \
--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).