diff options
author | Vakul Garg <vakul@freescale.com> | 2013-04-10 23:45:23 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2013-04-11 09:26:20 -0400 |
commit | a2adb1aee19687e9f0f398abaceb31ee5a2b68b8 (patch) | |
tree | 12d77055930b335033393cfb922a6ed197938e04 /arch/powerpc/boot | |
parent | e161d5aa1170c93f3f924df574e8dc2994c60a9a (diff) |
powerpc/fsl: Add property for 'era' in SEC dts crypto node
The crypto node now contains a new property 'fsl,sec-era'.
This is required so that applications can retrieve era info without
having to be able to read SEC's register space.
Signed-off-by: Vakul Garg <vakul@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/p1023si-post.dtsi | 1 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi | 1 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/fsl/qoriq-sec4.0-0.dtsi | 1 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/fsl/qoriq-sec4.2-0.dtsi | 1 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/fsl/qoriq-sec5.0-0.dtsi | 1 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/fsl/qoriq-sec5.2-0.dtsi | 1 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/fsl/qoriq-sec5.3-0.dtsi | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/p1023si-post.dtsi b/arch/powerpc/boot/dts/fsl/p1023si-post.dtsi index 941fa159cefb..f1105bffa915 100644 --- a/arch/powerpc/boot/dts/fsl/p1023si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/p1023si-post.dtsi | |||
@@ -148,6 +148,7 @@ | |||
148 | 148 | ||
149 | crypto: crypto@300000 { | 149 | crypto: crypto@300000 { |
150 | compatible = "fsl,sec-v4.2", "fsl,sec-v4.0"; | 150 | compatible = "fsl,sec-v4.2", "fsl,sec-v4.0"; |
151 | fsl,sec-era = <3>; | ||
151 | #address-cells = <1>; | 152 | #address-cells = <1>; |
152 | #size-cells = <1>; | 153 | #size-cells = <1>; |
153 | reg = <0x30000 0x10000>; | 154 | reg = <0x30000 0x10000>; |
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 ffadcb563ada..bb3d8266b5ce 100644 --- a/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi +++ b/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi | |||
@@ -34,6 +34,7 @@ | |||
34 | 34 | ||
35 | crypto@30000 { | 35 | crypto@30000 { |
36 | compatible = "fsl,sec-v4.4", "fsl,sec-v4.0"; | 36 | compatible = "fsl,sec-v4.4", "fsl,sec-v4.0"; |
37 | fsl,sec-era = <3>; | ||
37 | #address-cells = <1>; | 38 | #address-cells = <1>; |
38 | #size-cells = <1>; | 39 | #size-cells = <1>; |
39 | ranges = <0x0 0x30000 0x10000>; | 40 | ranges = <0x0 0x30000 0x10000>; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-sec4.0-0.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-sec4.0-0.dtsi index 0cbbac329539..02bee5fcbb9a 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-sec4.0-0.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-sec4.0-0.dtsi | |||
@@ -34,6 +34,7 @@ | |||
34 | 34 | ||
35 | crypto: crypto@300000 { | 35 | crypto: crypto@300000 { |
36 | compatible = "fsl,sec-v4.0"; | 36 | compatible = "fsl,sec-v4.0"; |
37 | fsl,sec-era = <1>; | ||
37 | #address-cells = <1>; | 38 | #address-cells = <1>; |
38 | #size-cells = <1>; | 39 | #size-cells = <1>; |
39 | reg = <0x300000 0x10000>; | 40 | reg = <0x300000 0x10000>; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-sec4.2-0.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-sec4.2-0.dtsi index 7990e0d3d6f2..7f7574e53323 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-sec4.2-0.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-sec4.2-0.dtsi | |||
@@ -34,6 +34,7 @@ | |||
34 | 34 | ||
35 | crypto: crypto@300000 { | 35 | crypto: crypto@300000 { |
36 | compatible = "fsl,sec-v4.2", "fsl,sec-v4.0"; | 36 | compatible = "fsl,sec-v4.2", "fsl,sec-v4.0"; |
37 | fsl,sec-era = <3>; | ||
37 | #address-cells = <1>; | 38 | #address-cells = <1>; |
38 | #size-cells = <1>; | 39 | #size-cells = <1>; |
39 | reg = <0x300000 0x10000>; | 40 | reg = <0x300000 0x10000>; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-sec5.0-0.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-sec5.0-0.dtsi index ffd458fe3208..e298efbb0f3e 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-sec5.0-0.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-sec5.0-0.dtsi | |||
@@ -34,6 +34,7 @@ | |||
34 | 34 | ||
35 | crypto: crypto@300000 { | 35 | crypto: crypto@300000 { |
36 | compatible = "fsl,sec-v5.0", "fsl,sec-v4.0"; | 36 | compatible = "fsl,sec-v5.0", "fsl,sec-v4.0"; |
37 | fsl,sec-era = <5>; | ||
37 | #address-cells = <1>; | 38 | #address-cells = <1>; |
38 | #size-cells = <1>; | 39 | #size-cells = <1>; |
39 | reg = <0x300000 0x10000>; | 40 | reg = <0x300000 0x10000>; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-sec5.2-0.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-sec5.2-0.dtsi index 7b2ab8a8c1f4..33ff09d52e05 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-sec5.2-0.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-sec5.2-0.dtsi | |||
@@ -34,6 +34,7 @@ | |||
34 | 34 | ||
35 | crypto: crypto@300000 { | 35 | crypto: crypto@300000 { |
36 | compatible = "fsl,sec-v5.2", "fsl,sec-v5.0", "fsl,sec-v4.0"; | 36 | compatible = "fsl,sec-v5.2", "fsl,sec-v5.0", "fsl,sec-v4.0"; |
37 | fsl,sec-era = <5>; | ||
37 | #address-cells = <1>; | 38 | #address-cells = <1>; |
38 | #size-cells = <1>; | 39 | #size-cells = <1>; |
39 | reg = <0x300000 0x10000>; | 40 | reg = <0x300000 0x10000>; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-sec5.3-0.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-sec5.3-0.dtsi index 0339825a0748..08778221c194 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-sec5.3-0.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-sec5.3-0.dtsi | |||
@@ -34,6 +34,7 @@ | |||
34 | 34 | ||
35 | crypto: crypto@300000 { | 35 | crypto: crypto@300000 { |
36 | compatible = "fsl,sec-v5.3", "fsl,sec-v5.0", "fsl,sec-v4.0"; | 36 | compatible = "fsl,sec-v5.3", "fsl,sec-v5.0", "fsl,sec-v4.0"; |
37 | fsl,sec-era = <4>; | ||
37 | #address-cells = <1>; | 38 | #address-cells = <1>; |
38 | #size-cells = <1>; | 39 | #size-cells = <1>; |
39 | reg = <0x300000 0x10000>; | 40 | reg = <0x300000 0x10000>; |