Re: [PATCH] powerpc/crypto: caam - add backward compatible string sec4.0

2012-03-20 Thread Kumar Gala
On Mar 19, 2012, at 1:19 AM, Shengzhou Liu wrote: > In some device trees of previous version, there were string "fsl,sec4.0". > To be backward compatible with device trees, we have CAAM driver first > check "fsl,sec-v4.0", if it fails, then check for "fsl,sec4.0". > > Signed-off-by: Shengzhou Li

[PATCH] powerpc/crypto: caam - add backward compatible string sec4.0

2012-03-18 Thread Shengzhou Liu
In some device trees of previous version, there were string "fsl,sec4.0". To be backward compatible with device trees, we have CAAM driver first check "fsl,sec-v4.0", if it fails, then check for "fsl,sec4.0". Signed-off-by: Shengzhou Liu --- drivers/crypto/caam/caamalg.c | 14 ++ d