On 1/31/2018 4:00 AM, Bryan O'Donoghue wrote: > From: Rui Miguel Silva <rui.si...@linaro.org> > > Add CAAM device node to the i.MX7s device tree. > > Signed-off-by: Rui Miguel Silva <rui.si...@linaro.org> > Cc: Shawn Guo <shawn...@kernel.org> > Cc: Sascha Hauer <ker...@pengutronix.de> > Cc: linux-arm-ker...@lists.infradead.org > Cc: "Horia Geantă" <horia.gea...@nxp.com> > Cc: Aymen Sghaier <aymen.sgha...@nxp.com> > Cc: Fabio Estevam <fabio.este...@nxp.com> > Cc: Peng Fan <peng....@nxp.com> > Cc: "David S. Miller" <da...@davemloft.net> > Cc: Lukas Auer <lukas.a...@aisec.fraunhofer.de> > Signed-off-by: Bryan O'Donoghue <pure.lo...@nexus-software.ie> > --- > 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