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)
commit54e198d4c162b36ba864ecc658c829454074523f
tree8a919e4261ce39b34dffbd8d82eb234b8986f17a
parent8e8ec596e6c0144e2dd500a57ee23dde9684df46
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