Signed-off-by: Shaohui Xie <redacted>
---
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..15247b0 100644
--- a/arch/powerpc/platforms/85xx/corenet_ds.c
+++ b/arch/powerpc/platforms/85xx/corenet_ds.c
@@ -114,6 +114,9 @@ static const struct of_device_id of_device_ids[] __devinitconst = {
.compatible = "simple-bus"
},
{
+ .compatible = "fsl,p4080-pcie"
+ },
+ {
.compatible = "fsl,rapidio-delta",
},
{}--
1.6.4
On Jul 21, 2011, at 5:25 AM, Shaohui Xie wrote:
quoted hunk
Signed-off-by: Shaohui Xie <redacted>
---
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
quoted hunk
index 2ab338c..15247b0 100644
--- a/arch/powerpc/platforms/85xx/corenet_ds.c
+++ b/arch/powerpc/platforms/85xx/corenet_ds.c
@@ -114,6 +114,9 @@ static const struct of_device_id of_device_ids[] =
__devinitconst =3D { .compatible =3D "simple-bus"
},
{
+ .compatible =3D "fsl,p4080-pcie"
+ },
+ {
.compatible =3D "fsl,rapidio-delta",
},
{}
--=20
1.6.4
=20
What about p204x, p3041 & p5020 boards?
- k=
-----Original Message-----
From: Gala Kumar-B11780
Sent: Friday, July 22, 2011 2:06 PM
To: Xie Shaohui-B21989
Cc: linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH 2/4] powerpc/85xx: enable pcie initialization for
P4080
On Jul 21, 2011, at 5:25 AM, Shaohui Xie wrote:
quoted
Signed-off-by: Shaohui Xie <redacted>
---
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
quoted
index 2ab338c..15247b0 100644
--- a/arch/powerpc/platforms/85xx/corenet_ds.c
+++ b/arch/powerpc/platforms/85xx/corenet_ds.c
@@ -114,6 +114,9 @@ static const struct of_device_id of_device_ids[]
__devinitconst =3D {quoted
.compatible =3D "simple-bus"
},
{
+ .compatible =3D "fsl,p4080-pcie"
+ },
+ {
.compatible =3D "fsl,rapidio-delta",
},
{}
--
1.6.4
What about p204x, p3041 & p5020 boards?
[Xie Shaohui] I've check the galak/powerpc.git 'next' branch, this patch is=
not needed, please ignore it.
Best Regards,=20
Shaohui Xie