[PATCH] crypto: caam - Added property fsl,sec-era in SEC4.0 device tree binding.

Kim Phillips kim.phillips at freescale.com
Thu Jan 24 09:34:58 EST 2013


cc'ing devicetree-discuss.  Start using scripts/get_maintainers.pl.

On Wed, 23 Jan 2013 11:04:55 +0530
Vakul Garg <vakul at freescale.com> wrote:

> +++ b/Documentation/devicetree/bindings/crypto/fsl-sec4.txt
> @@ -54,8 +54,13 @@ PROPERTIES
>     - compatible
>        Usage: required
>        Value type: <string>
> -      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: required

what's the rationale for going from optional to required?

>  EXAMPLE
>  	crypto at 300000 {
> -		compatible = "fsl,sec-v4.0", "fsl,sec-era-v2.0";
> +		compatible = "fsl,sec-v4.0";
> +		fsl,sec-era = <0x2>;

use decimal notation

Kim



More information about the devicetree-discuss mailing list