[PATCH v2] powerpc/dts: fix the compatible string of sec 4.0

Haiying Wang Haiying.Wang at freescale.com
Thu Mar 8 01:45:12 EST 2012


On Wed, 2012-03-07 at 13:20 +0800, Shengzhou Liu wrote:
> From: Liu Shuo <shuo.liu at 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 at freescale.com>
> Signed-off-by: Shengzhou Liu <Shengzhou.Liu at 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 at 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 at 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 at 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 at 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 at 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>;
>  	};





More information about the Linuxppc-dev mailing list