]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc/dts: fix the compatible string of sec 4.0
authorLiu Shuo <shuo.liu@freescale.com>
Wed, 7 Mar 2012 05:20:06 +0000 (13:20 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 16 Mar 2012 19:50:44 +0000 (14:50 -0500)
Fix the compatible string of sec 4.0 to match with CAAM 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>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi

index bf957a7fca2aed38932390a57466bd11a6233a7d..d4c9d5daab21fa8d30c05bd0c15a56bdf46a5813 100644 (file)
  */
 
 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>;
        };