Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <vakul@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Vakul Garg and committed by
Herbert Xu
a2c0911c f0ef1059

+3 -2
+3 -2
Documentation/devicetree/bindings/crypto/fsl-sec4.txt
··· 54 54 - compatible 55 55 Usage: required 56 56 Value type: <string> 57 - Definition: Must include "fsl,sec-v4.0" 57 + Definition: Must include "fsl,sec-v4.0". Also includes SEC 58 + ERA versions (optional) with which the device is compatible. 58 59 59 60 - #address-cells 60 61 Usage: required ··· 107 106 108 107 EXAMPLE 109 108 crypto@300000 { 110 - compatible = "fsl,sec-v4.0"; 109 + compatible = "fsl,sec-v4.0", "fsl,sec-era-v2.0"; 111 110 #address-cells = <1>; 112 111 #size-cells = <1>; 113 112 reg = <0x300000 0x10000>;