From 053e498ca6f8ac4af1478e999adc594a3e47aae8 Mon Sep 17 00:00:00 2001 From: Vakul Garg Date: Thu, 24 Jan 2013 12:13:46 +0530 Subject: [PATCH] --- yaml --- r: 357744 b: refs/heads/master c: 7eb9c5df92361c55daab4d8d4e8468eb774e297b h: refs/heads/master v: v3 --- [refs] | 2 +- .../devicetree/bindings/crypto/fsl-sec4.txt | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 1b7ca5a09e1b..52dfbc174525 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3e8afe35c36fa0e928e038667709966a71a9cfa5 +refs/heads/master: 7eb9c5df92361c55daab4d8d4e8468eb774e297b diff --git a/trunk/Documentation/devicetree/bindings/crypto/fsl-sec4.txt b/trunk/Documentation/devicetree/bindings/crypto/fsl-sec4.txt index fc9ce6f1688c..e4022776ac6e 100644 --- a/trunk/Documentation/devicetree/bindings/crypto/fsl-sec4.txt +++ b/trunk/Documentation/devicetree/bindings/crypto/fsl-sec4.txt @@ -54,8 +54,13 @@ PROPERTIES - compatible Usage: required Value type: - Definition: Must include "fsl,sec-v4.0". Also includes SEC - ERA versions (optional) with which the device is compatible. + Definition: Must include "fsl,sec-v4.0" + + - fsl,sec-era + Usage: optional + Value type: + Definition: A standard property. Define the 'ERA' of the SEC + device. - #address-cells Usage: required @@ -107,7 +112,8 @@ PROPERTIES EXAMPLE crypto@300000 { - compatible = "fsl,sec-v4.0", "fsl,sec-era-v2.0"; + compatible = "fsl,sec-v4.0"; + fsl,sec-era = <2>; #address-cells = <1>; #size-cells = <1>; reg = <0x300000 0x10000>;