On 1/31/2018 4:00 AM, Bryan O'Donoghue wrote: > From: Rui Miguel Silva <[email protected]> > > Add CAAM device node to the i.MX7s device tree. > > Signed-off-by: Rui Miguel Silva <[email protected]> > Cc: Shawn Guo <[email protected]> > Cc: Sascha Hauer <[email protected]> > Cc: [email protected] > Cc: "Horia Geantă" <[email protected]> > Cc: Aymen Sghaier <[email protected]> > Cc: Fabio Estevam <[email protected]> > Cc: Peng Fan <[email protected]> > Cc: "David S. Miller" <[email protected]> > Cc: Lukas Auer <[email protected]> > Signed-off-by: Bryan O'Donoghue <[email protected]> > --- > arch/arm/boot/dts/imx7s.dtsi | 31 +++++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > > diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi > index 82ad26e..e38c159 100644 > --- a/arch/arm/boot/dts/imx7s.dtsi > +++ b/arch/arm/boot/dts/imx7s.dtsi > @@ -805,6 +805,37 @@ > status = "disabled"; > }; > > + crypto: caam@30900000 { > + compatible = "fsl,sec-v4.0"; > + fsl,sec-era = <4>; CCBVID[CAAM_ERA] = 8. Either remove this (optional) property and let the bootloader add it dynamically, or provide a correct value for it.
Thanks, Horia

