2012-12-01 03:20:19

by Vakul Garg

[permalink] [raw]
Subject: [PATCHv2] crypto: caam - Updated SEC-4.0 device tree binding for ERA information.

The compatible property in device tree "crypto" node has been enhanced
to provide SEC ERA information to the applications.

Signed-off-by: Vakul Garg <[email protected]>
---
.../devicetree/bindings/crypto/fsl-sec4.txt | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/crypto/fsl-sec4.txt b/Documentation/devicetree/bindings/crypto/fsl-sec4.txt
index bf57ecd..a07f000 100644
--- a/Documentation/devicetree/bindings/crypto/fsl-sec4.txt
+++ b/Documentation/devicetree/bindings/crypto/fsl-sec4.txt
@@ -53,7 +53,8 @@ PROPERTIES
- compatible
Usage: required
Value type: <string>
- Definition: Must include "fsl,sec-v4.0"
+ Definition: Must include "fsl,sec-v4.0". Also includes SEC
+ ERA versions (optional) with which the device is compatible.

- #address-cells
Usage: required
@@ -105,7 +106,7 @@ PROPERTIES

EXAMPLE
crypto@300000 {
- compatible = "fsl,sec-v4.0";
+ compatible = "fsl,sec-v4.0", "fsl,sec-era-v2.0";
#address-cells = <1>;
#size-cells = <1>;
reg = <0x300000 0x10000>;
--
1.7.7.6


2012-12-06 09:20:54

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCHv2] crypto: caam - Updated SEC-4.0 device tree binding for ERA information.

On Sat, Dec 01, 2012 at 03:16:54AM +0000, Vakul Garg wrote:
> The compatible property in device tree "crypto" node has been enhanced
> to provide SEC ERA information to the applications.
>
> Signed-off-by: Vakul Garg <[email protected]>

Patch applied. Thanks!
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt