diff options
author | Vakul Garg <vakul@freescale.com> | 2013-04-11 09:15:23 +0530 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2013-04-11 08:26:20 -0500 |
commit | a2adb1aee19687e9f0f398abaceb31ee5a2b68b8 (patch) | |
tree | 12d77055930b335033393cfb922a6ed197938e04 /arch/powerpc/boot/dts/fsl/qoriq-sec4.2-0.dtsi | |
parent | e161d5aa1170c93f3f924df574e8dc2994c60a9a (diff) | |
download | talos-obmc-linux-a2adb1aee19687e9f0f398abaceb31ee5a2b68b8.tar.gz talos-obmc-linux-a2adb1aee19687e9f0f398abaceb31ee5a2b68b8.zip |
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/dts/fsl/qoriq-sec4.2-0.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/qoriq-sec4.2-0.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ crypto: crypto@300000 { compatible = "fsl,sec-v4.2", "fsl,sec-v4.0"; + fsl,sec-era = <3>; #address-cells = <1>; #size-cells = <1>; reg = <0x300000 0x10000>; |