diff mbox

[2/4] powerpc/85xx: enable pcie initialization for P4080

Message ID 1311243914-4349-1-git-send-email-Shaohui.Xie@freescale.com (mailing list archive)
State Changes Requested
Delegated to: Kumar Gala
Headers show

Commit Message

shaohui xie July 21, 2011, 10:25 a.m. UTC
Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
---
 arch/powerpc/platforms/85xx/corenet_ds.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Comments

Kumar Gala July 22, 2011, 6:06 a.m. UTC | #1
On Jul 21, 2011, at 5:25 AM, Shaohui Xie wrote:

> Signed-off-by: Shaohui Xie <Shaohui.Xie@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..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
> 

What about p204x, p3041 & p5020 boards?

- k
shaohui xie July 22, 2011, 10:09 a.m. UTC | #2
>-----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:
>
>> Signed-off-by: Shaohui Xie <Shaohui.Xie@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..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
>>
>
>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, 
Shaohui Xie
diff mbox

Patch

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",
 	},
 	{}