linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] powerpc/dts: fix the compatible string of sec 4.0
@ 2012-03-07  5:20 Shengzhou Liu
  2012-03-07 14:45 ` Haiying Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Shengzhou Liu @ 2012-03-07  5:20 UTC (permalink / raw)
  To: linuxppc-dev, stable; +Cc: Liu Shuo, Shengzhou Liu

From: Liu Shuo <shuo.liu@freescale.com>

Fix the compatible string of sec 4.0 to match with CAMM driver according
to Documentation/devicetree/bindings/crypto/fsl-sec4.txt

Signed-off-by: Liu Shuo <shuo.liu@freescale.com>
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
---
v2: refine description.

 arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi b/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi
index bf957a7..d4c9d5d 100644
--- a/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi
+++ b/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi
@@ -33,32 +33,32 @@
  */
 
 crypto@30000 {
-	compatible = "fsl,sec4.4", "fsl,sec4.0";
+	compatible = "fsl,sec-v4.4", "fsl,sec-v4.0";
 	#address-cells = <1>;
 	#size-cells = <1>;
 	reg		 = <0x30000 0x10000>;
 	interrupts	 = <58 2 0 0>;
 
 	sec_jr0: jr@1000 {
-		compatible = "fsl,sec4.4-job-ring", "fsl,sec4.0-job-ring";
+		compatible = "fsl,sec-v4.4-job-ring", "fsl,sec-v4.0-job-ring";
 		reg	   = <0x1000 0x1000>;
 		interrupts	 = <45 2 0 0>;
 	};
 
 	sec_jr1: jr@2000 {
-		compatible = "fsl,sec4.4-job-ring", "fsl,sec4.0-job-ring";
+		compatible = "fsl,sec-v4.4-job-ring", "fsl,sec-v4.0-job-ring";
 		reg	   = <0x2000 0x1000>;
 		interrupts	 = <45 2 0 0>;
 	};
 
 	sec_jr2: jr@3000 {
-		compatible = "fsl,sec4.4-job-ring", "fsl,sec4.0-job-ring";
+		compatible = "fsl,sec-v4.4-job-ring", "fsl,sec-v4.0-job-ring";
 		reg	   = <0x3000 0x1000>;
 		interrupts	 = <45 2 0 0>;
 	};
 
 	sec_jr3: jr@4000 {
-		compatible = "fsl,sec4.4-job-ring", "fsl,sec4.0-job-ring";
+		compatible = "fsl,sec-v4.4-job-ring", "fsl,sec-v4.0-job-ring";
 		reg	   = <0x4000 0x1000>;
 		interrupts	 = <45 2 0 0>;
 	};
-- 
1.7.0.4

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

* Re: [PATCH v2] powerpc/dts: fix the compatible string of sec 4.0
  2012-03-07  5:20 [PATCH v2] powerpc/dts: fix the compatible string of sec 4.0 Shengzhou Liu
@ 2012-03-07 14:45 ` Haiying Wang
  2012-03-07 23:26 ` Kim Phillips
  2012-03-16 19:47 ` Kumar Gala
  2 siblings, 0 replies; 5+ messages in thread
From: Haiying Wang @ 2012-03-07 14:45 UTC (permalink / raw)
  To: Shengzhou Liu; +Cc: linuxppc-dev, stable, Liu Shuo

On Wed, 2012-03-07 at 13:20 +0800, Shengzhou Liu wrote:
> From: Liu Shuo <shuo.liu@freescale.com>
> 
> Fix the compatible string of sec 4.0 to match with CAMM driver according
%s/CAMM/CAAM.

Haiying


> to Documentation/devicetree/bindings/crypto/fsl-sec4.txt
> 
> Signed-off-by: Liu Shuo <shuo.liu@freescale.com>
> Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
> ---
> v2: refine description.
> 
>  arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi |   10 +++++-----
>  1 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi b/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi
> index bf957a7..d4c9d5d 100644
> --- a/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi
> +++ b/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi
> @@ -33,32 +33,32 @@
>   */
>  
>  crypto@30000 {
> -	compatible = "fsl,sec4.4", "fsl,sec4.0";
> +	compatible = "fsl,sec-v4.4", "fsl,sec-v4.0";
>  	#address-cells = <1>;
>  	#size-cells = <1>;
>  	reg		 = <0x30000 0x10000>;
>  	interrupts	 = <58 2 0 0>;
>  
>  	sec_jr0: jr@1000 {
> -		compatible = "fsl,sec4.4-job-ring", "fsl,sec4.0-job-ring";
> +		compatible = "fsl,sec-v4.4-job-ring", "fsl,sec-v4.0-job-ring";
>  		reg	   = <0x1000 0x1000>;
>  		interrupts	 = <45 2 0 0>;
>  	};
>  
>  	sec_jr1: jr@2000 {
> -		compatible = "fsl,sec4.4-job-ring", "fsl,sec4.0-job-ring";
> +		compatible = "fsl,sec-v4.4-job-ring", "fsl,sec-v4.0-job-ring";
>  		reg	   = <0x2000 0x1000>;
>  		interrupts	 = <45 2 0 0>;
>  	};
>  
>  	sec_jr2: jr@3000 {
> -		compatible = "fsl,sec4.4-job-ring", "fsl,sec4.0-job-ring";
> +		compatible = "fsl,sec-v4.4-job-ring", "fsl,sec-v4.0-job-ring";
>  		reg	   = <0x3000 0x1000>;
>  		interrupts	 = <45 2 0 0>;
>  	};
>  
>  	sec_jr3: jr@4000 {
> -		compatible = "fsl,sec4.4-job-ring", "fsl,sec4.0-job-ring";
> +		compatible = "fsl,sec-v4.4-job-ring", "fsl,sec-v4.0-job-ring";
>  		reg	   = <0x4000 0x1000>;
>  		interrupts	 = <45 2 0 0>;
>  	};

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

* Re: [PATCH v2] powerpc/dts: fix the compatible string of sec 4.0
  2012-03-07  5:20 [PATCH v2] powerpc/dts: fix the compatible string of sec 4.0 Shengzhou Liu
  2012-03-07 14:45 ` Haiying Wang
@ 2012-03-07 23:26 ` Kim Phillips
  2012-03-08  2:59   ` Liu Shengzhou-B36685
  2012-03-16 19:47 ` Kumar Gala
  2 siblings, 1 reply; 5+ messages in thread
From: Kim Phillips @ 2012-03-07 23:26 UTC (permalink / raw)
  To: Shengzhou Liu; +Cc: linuxppc-dev, stable, Liu Shuo

On Wed, 7 Mar 2012 13:20:06 +0800
Shengzhou Liu <Shengzhou.Liu@freescale.com> wrote:

> From: Liu Shuo <shuo.liu@freescale.com>
> 
> Fix the compatible string of sec 4.0 to match with CAMM driver according
> to Documentation/devicetree/bindings/crypto/fsl-sec4.txt
> 
> Signed-off-by: Liu Shuo <shuo.liu@freescale.com>
> Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
> ---
> v2: refine description.

can we patch the caam driver to still work with "fsl-sec4.0"?

Thanks,

Kim

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

* RE: [PATCH v2] powerpc/dts: fix the compatible string of sec 4.0
  2012-03-07 23:26 ` Kim Phillips
@ 2012-03-08  2:59   ` Liu Shengzhou-B36685
  0 siblings, 0 replies; 5+ messages in thread
From: Liu Shengzhou-B36685 @ 2012-03-08  2:59 UTC (permalink / raw)
  To: Phillips Kim-R1AAHA
  Cc: Liu Shuo-B35362, linuxppc-dev@lists.ozlabs.org, stable@kernel.org



> -----Original Message-----
> From: Phillips Kim-R1AAHA
> Sent: Thursday, March 08, 2012 7:26 AM
> To: Liu Shengzhou-B36685
> Cc: linuxppc-dev@lists.ozlabs.org; stable@kernel.org; Liu Shuo-B35362
> Subject: Re: [PATCH v2] powerpc/dts: fix the compatible string of sec
> 4.0
>=20
> On Wed, 7 Mar 2012 13:20:06 +0800
> Shengzhou Liu <Shengzhou.Liu@freescale.com> wrote:
>=20
> > From: Liu Shuo <shuo.liu@freescale.com>
> >
> > Fix the compatible string of sec 4.0 to match with CAMM driver
> > according to Documentation/devicetree/bindings/crypto/fsl-sec4.txt
> >
> > Signed-off-by: Liu Shuo <shuo.liu@freescale.com>
> > Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
> > ---
> > v2: refine description.
>=20
> can we patch the caam driver to still work with "fsl-sec4.0"?
>=20
> Thanks,
>=20
> Kim
[Shengzhou] ok, I will post another patch for it. Thanks.

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

* Re: [PATCH v2] powerpc/dts: fix the compatible string of sec 4.0
  2012-03-07  5:20 [PATCH v2] powerpc/dts: fix the compatible string of sec 4.0 Shengzhou Liu
  2012-03-07 14:45 ` Haiying Wang
  2012-03-07 23:26 ` Kim Phillips
@ 2012-03-16 19:47 ` Kumar Gala
  2 siblings, 0 replies; 5+ messages in thread
From: Kumar Gala @ 2012-03-16 19:47 UTC (permalink / raw)
  To: Shengzhou Liu; +Cc: linuxppc-dev, stable, Liu Shuo


On Mar 6, 2012, at 11:20 PM, Shengzhou Liu wrote:

> From: Liu Shuo <shuo.liu@freescale.com>
> 
> Fix the compatible string of sec 4.0 to match with CAMM driver according
> to Documentation/devicetree/bindings/crypto/fsl-sec4.txt
> 
> Signed-off-by: Liu Shuo <shuo.liu@freescale.com>
> Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
> ---
> v2: refine description.
> 
> arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi |   10 +++++-----
> 1 files changed, 5 insertions(+), 5 deletions(-)

applied, fixed the type CAMM -> CAAM

- k

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

end of thread, other threads:[~2012-03-16 19:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-07  5:20 [PATCH v2] powerpc/dts: fix the compatible string of sec 4.0 Shengzhou Liu
2012-03-07 14:45 ` Haiying Wang
2012-03-07 23:26 ` Kim Phillips
2012-03-08  2:59   ` Liu Shengzhou-B36685
2012-03-16 19:47 ` Kumar Gala

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