From: =?iso-8859-2?Q?Horia_Geant=E3?= Subject: Re: [PATCH v3 5/5] ARM: dts: imx7s: add CAAM device node Date: Thu, 1 Feb 2018 11:44:23 +0000 Message-ID: References: <1517364040-27607-1-git-send-email-pure.logic@nexus-software.ie> <1517364040-27607-6-git-send-email-pure.logic@nexus-software.ie> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Cc: Fabio Estevam , Peng Fan , "davem@davemloft.net" , "lukas.auer@aisec.fraunhofer.de" , "rui.silva@linaro.org" , "ryan.harkin@linaro.org" , Shawn Guo , Sascha Hauer , "linux-arm-kernel@lists.infradead.org" To: Bryan O'Donoghue , Aymen Sghaier , "linux-crypto@vger.kernel.org" , "linux-kernel@vger.kernel.org" Return-path: Received: from mail-db5eur01on0088.outbound.protection.outlook.com ([104.47.2.88]:61660 "EHLO EUR01-DB5-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752038AbeBALo2 (ORCPT ); Thu, 1 Feb 2018 06:44:28 -0500 Content-Language: en-US Sender: linux-crypto-owner@vger.kernel.org List-ID: On 1/31/2018 4:00 AM, Bryan O'Donoghue wrote:=0A= > From: Rui Miguel Silva =0A= > =0A= > Add CAAM device node to the i.MX7s device tree.=0A= > =0A= > Signed-off-by: Rui Miguel Silva =0A= > Cc: Shawn Guo =0A= > Cc: Sascha Hauer =0A= > Cc: linux-arm-kernel@lists.infradead.org=0A= > Cc: "Horia Geant=E3" =0A= > Cc: Aymen Sghaier =0A= > Cc: Fabio Estevam =0A= > Cc: Peng Fan =0A= > Cc: "David S. Miller" =0A= > Cc: Lukas Auer =0A= > Signed-off-by: Bryan O'Donoghue =0A= > ---=0A= > arch/arm/boot/dts/imx7s.dtsi | 31 +++++++++++++++++++++++++++++++=0A= > 1 file changed, 31 insertions(+)=0A= > =0A= > diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi= =0A= > index 82ad26e..e38c159 100644=0A= > --- a/arch/arm/boot/dts/imx7s.dtsi=0A= > +++ b/arch/arm/boot/dts/imx7s.dtsi=0A= > @@ -805,6 +805,37 @@=0A= > status =3D "disabled";=0A= > };=0A= > =0A= > + crypto: caam@30900000 {=0A= > + compatible =3D "fsl,sec-v4.0";=0A= > + fsl,sec-era =3D <4>;=0A= CCBVID[CAAM_ERA] =3D 8.=0A= Either remove this (optional) property and let the bootloader add it=0A= dynamically, or provide a correct value for it.=0A= =0A= Thanks,=0A= Horia=0A= =0A=