]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: caam - standardize device tree naming convention to utilize '-vX.Y'
authorKim Phillips <kim.phillips@freescale.com>
Wed, 23 Mar 2011 13:15:44 +0000 (21:15 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 27 Mar 2011 02:45:17 +0000 (10:45 +0800)
commit9736efe8a5d1d545208e895529861e5abab38fd5
tree8a919e4261ce39b34dffbd8d82eb234b8986f17a
parentd3136d2746fbbbcb08c2c2f00259d94bb4e6d95a
crypto: caam - standardize device tree naming convention to utilize '-vX.Y'

Help clarify that the number trailing in compatible nomenclature
is the version number of the device, i.e., change:

"fsl,p4080-sec4.0", "fsl,sec4.0";

to:

"fsl,p4080-sec-v4.0", "fsl,sec-v4.0";

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Cc: Kumar Gala <kumar.gala@freescale.com>
Cc: Steve Cornelius <sec@pobox.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Documentation/devicetree/bindings/crypto/fsl-sec4.txt
arch/powerpc/boot/dts/p4080ds.dts
drivers/crypto/caam/caamalg.c
drivers/crypto/caam/ctrl.c