linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc/fsl: Updated device trees for platforms with corenet version 2
@ 2014-04-18 15:21 Diana Craciun
  2014-04-18 22:07 ` Scott Wood
  0 siblings, 1 reply; 3+ messages in thread
From: Diana Craciun @ 2014-04-18 15:21 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: scottwood, Diana Craciun

From: Diana Craciun <Diana.Craciun@freescale.com>

Updated the device trees according to the corenet-cf
binding definition.

Signed-off-by: Diana Craciun <Diana.Craciun@freescale.com>
---
 arch/powerpc/boot/dts/b4860emu.dts          | 2 +-
 arch/powerpc/boot/dts/fsl/b4420si-post.dtsi | 4 ----
 arch/powerpc/boot/dts/fsl/b4860si-post.dtsi | 4 ----
 arch/powerpc/boot/dts/fsl/b4si-post.dtsi    | 2 +-
 arch/powerpc/boot/dts/fsl/t4240si-post.dtsi | 2 +-
 arch/powerpc/boot/dts/t4240emu.dts          | 2 +-
 6 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/arch/powerpc/boot/dts/b4860emu.dts b/arch/powerpc/boot/dts/b4860emu.dts
index 7290021..e41e2a2 100644
--- a/arch/powerpc/boot/dts/b4860emu.dts
+++ b/arch/powerpc/boot/dts/b4860emu.dts
@@ -157,7 +157,7 @@
 	};
 
 	corenet-cf@18000 {
-		compatible = "fsl,b4-corenet-cf";
+		compatible = "fsl,corenet2-cf", "fsl,corenet-cf";
 		reg = <0x18000 0x1000>;
 		interrupts = <16 2 1 0>;
 		fsl,ccf-num-csdids = <32>;
diff --git a/arch/powerpc/boot/dts/fsl/b4420si-post.dtsi b/arch/powerpc/boot/dts/fsl/b4420si-post.dtsi
index 60566f99..d678944 100644
--- a/arch/powerpc/boot/dts/fsl/b4420si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/b4420si-post.dtsi
@@ -76,10 +76,6 @@
 		compatible = "fsl,b4420-l3-cache-controller", "cache";
 	};
 
-	corenet-cf@18000 {
-		compatible = "fsl,b4420-corenet-cf";
-	};
-
 	guts: global-utilities@e0000 {
 		compatible = "fsl,b4420-device-config", "fsl,qoriq-device-config-2.0";
 	};
diff --git a/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi b/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi
index cbc354b..582381d 100644
--- a/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi
@@ -120,10 +120,6 @@
 		compatible = "fsl,b4860-l3-cache-controller", "cache";
 	};
 
-	corenet-cf@18000 {
-		compatible = "fsl,b4860-corenet-cf";
-	};
-
 	guts: global-utilities@e0000 {
 		compatible = "fsl,b4860-device-config", "fsl,qoriq-device-config-2.0";
 	};
diff --git a/arch/powerpc/boot/dts/fsl/b4si-post.dtsi b/arch/powerpc/boot/dts/fsl/b4si-post.dtsi
index 4f6e482..376988c 100644
--- a/arch/powerpc/boot/dts/fsl/b4si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/b4si-post.dtsi
@@ -158,7 +158,7 @@
 	};
 
 	corenet-cf@18000 {
-		compatible = "fsl,b4-corenet-cf";
+		compatible = "fsl,corenet2-cf", "fsl,corenet-cf";
 		reg = <0x18000 0x1000>;
 		interrupts = <16 2 1 0>;
 		fsl,ccf-num-csdids = <32>;
diff --git a/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi b/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi
index f99d74f..c13ce99 100644
--- a/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi
@@ -343,7 +343,7 @@
 	};
 
 	corenet-cf@18000 {
-		compatible = "fsl,corenet-cf";
+		compatible = "fsl,corenet2-cf", "fsl,corenet-cf";
 		reg = <0x18000 0x1000>;
 		interrupts = <16 2 1 31>;
 		fsl,ccf-num-csdids = <32>;
diff --git a/arch/powerpc/boot/dts/t4240emu.dts b/arch/powerpc/boot/dts/t4240emu.dts
index ee24ab3..c719dcc 100644
--- a/arch/powerpc/boot/dts/t4240emu.dts
+++ b/arch/powerpc/boot/dts/t4240emu.dts
@@ -213,7 +213,7 @@
 	};
 
 	corenet-cf@18000 {
-		compatible = "fsl,corenet-cf";
+		compatible = "fsl,corenet2-cf", "fsl, corenet-cf";
 		reg = <0x18000 0x1000>;
 		interrupts = <16 2 1 31>;
 		fsl,ccf-num-csdids = <32>;
-- 
1.7.11.7

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] powerpc/fsl: Updated device trees for platforms with corenet version 2
  2014-04-18 15:21 [PATCH] powerpc/fsl: Updated device trees for platforms with corenet version 2 Diana Craciun
@ 2014-04-18 22:07 ` Scott Wood
  2014-04-23  8:26   ` Diana Craciun
  0 siblings, 1 reply; 3+ messages in thread
From: Scott Wood @ 2014-04-18 22:07 UTC (permalink / raw)
  To: Diana Craciun; +Cc: linuxppc-dev

On Fri, 2014-04-18 at 18:21 +0300, Diana Craciun wrote:
> From: Diana Craciun <Diana.Craciun@freescale.com>
> 
> Updated the device trees according to the corenet-cf
> binding definition.
> 
> Signed-off-by: Diana Craciun <Diana.Craciun@freescale.com>
> ---
>  arch/powerpc/boot/dts/b4860emu.dts          | 2 +-
>  arch/powerpc/boot/dts/fsl/b4420si-post.dtsi | 4 ----
>  arch/powerpc/boot/dts/fsl/b4860si-post.dtsi | 4 ----
>  arch/powerpc/boot/dts/fsl/b4si-post.dtsi    | 2 +-
>  arch/powerpc/boot/dts/fsl/t4240si-post.dtsi | 2 +-
>  arch/powerpc/boot/dts/t4240emu.dts          | 2 +-
>  6 files changed, 4 insertions(+), 12 deletions(-)

Could you update the corenet version 1 trees as well?

-Scott

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] powerpc/fsl: Updated device trees for platforms with corenet version 2
  2014-04-18 22:07 ` Scott Wood
@ 2014-04-23  8:26   ` Diana Craciun
  0 siblings, 0 replies; 3+ messages in thread
From: Diana Craciun @ 2014-04-23  8:26 UTC (permalink / raw)
  To: Scott Wood; +Cc: linuxppc-dev

On 04/19/2014 01:07 AM, Scott Wood wrote:
> On Fri, 2014-04-18 at 18:21 +0300, Diana Craciun wrote:
>> From: Diana Craciun <Diana.Craciun@freescale.com>
>>
>> Updated the device trees according to the corenet-cf
>> binding definition.
>>
>> Signed-off-by: Diana Craciun <Diana.Craciun@freescale.com>
>> ---
>>   arch/powerpc/boot/dts/b4860emu.dts          | 2 +-
>>   arch/powerpc/boot/dts/fsl/b4420si-post.dtsi | 4 ----
>>   arch/powerpc/boot/dts/fsl/b4860si-post.dtsi | 4 ----
>>   arch/powerpc/boot/dts/fsl/b4si-post.dtsi    | 2 +-
>>   arch/powerpc/boot/dts/fsl/t4240si-post.dtsi | 2 +-
>>   arch/powerpc/boot/dts/t4240emu.dts          | 2 +-
>>   6 files changed, 4 insertions(+), 12 deletions(-)
> Could you update the corenet version 1 trees as well?
>
> -Scott
>
>

Yes, sure, I have this on my to do list.

Diana

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-04-23  8:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-18 15:21 [PATCH] powerpc/fsl: Updated device trees for platforms with corenet version 2 Diana Craciun
2014-04-18 22:07 ` Scott Wood
2014-04-23  8:26   ` Diana Craciun

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).