Return-Path: Received: from mail-eopbgr60080.outbound.protection.outlook.com ([40.107.6.80]:19693 "EHLO EUR04-DB3-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727229AbeJPXtO (ORCPT ); Tue, 16 Oct 2018 19:49:14 -0400 From: Leonard Crestez To: Shawn Guo , Fabio Estevam CC: Rob Herring , Marek Vasut , Herbert Xu , Horia Geanta , Franck Lenormand , Aymen Sghaier , "David S . Miller " , Mark Rutland , "devicetree@vger.kernel.org" , "linux-crypto@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , dl-linux-imx , "kernel@pengutronix.de" , "linux-kernel@vger.kernel.org" Subject: [PATCH v3 3/4] ARM: dts: imx6ull: Add dcp node Date: Tue, 16 Oct 2018 15:57:44 +0000 Message-ID: References: In-Reply-To: Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: linux-crypto-owner@vger.kernel.org List-ID: The DCP block on 6ull has no major differences other than requiring explicit clock enabling. Signed-off-by: Leonard Crestez --- arch/arm/boot/dts/imx6ull.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dts= i index 796ed35d4ac9..f3668fe69eac 100644 --- a/arch/arm/boot/dts/imx6ull.dtsi +++ b/arch/arm/boot/dts/imx6ull.dtsi @@ -37,10 +37,20 @@ #address-cells =3D <1>; #size-cells =3D <1>; reg =3D <0x02200000 0x100000>; ranges; =20 + dcp: crypto@2280000 { + compatible =3D "fsl,imx6ull-dcp", "fsl,imx28-dcp"; + reg =3D <0x02280000 0x4000>; + interrupts =3D , + , + ; + clocks =3D <&clks IMX6ULL_CLK_DCP_CLK>; + clock-names =3D "dcp"; + }; + iomuxc_snvs: iomuxc-snvs@2290000 { compatible =3D "fsl,imx6ull-iomuxc-snvs"; reg =3D <0x02290000 0x4000>; }; =20 --=20 2.17.1