From: Leonard Crestez Subject: [PATCH v2 3/4] ARM: dts: imx6ull: Add dcp node Date: Mon, 15 Oct 2018 13:27:38 +0000 Message-ID: <9365e24504896e58294fd8786acb3c3d4a1a264d.1539609921.git.leonard.crestez@nxp.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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" To: Shawn Guo , Fabio Estevam Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org 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..be610339e933 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: dcp@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