From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-eopbgr40073.outbound.protection.outlook.com ([40.107.4.73]:2145 "EHLO EUR03-DB5-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727203AbeKHBEZ (ORCPT ); Wed, 7 Nov 2018 20:04:25 -0500 From: Leonard Crestez To: Herbert Xu , "David S . Miller " , Marek Vasut CC: Horia Geanta , Franck Lenormand , Fabio Estevam , Shawn Guo , "linux-crypto@vger.kernel.org" , dl-linux-imx , "kernel@pengutronix.de" , "linux-kernel@vger.kernel.org" Subject: [RESEND 1/2] dt-bindings: crypto: Mention clocks for mxs-dcp Date: Wed, 7 Nov 2018 15:33:31 +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: Explicit clock enabling is required on 6sll and 6ull so mention that standard clock bindings are used. Signed-off-by: Leonard Crestez Reviewed-by: Fabio Estevam Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/crypto/fsl-dcp.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/crypto/fsl-dcp.txt b/Documen= tation/devicetree/bindings/crypto/fsl-dcp.txt index 76a0b4e80e83..4e4d387e38a5 100644 --- a/Documentation/devicetree/bindings/crypto/fsl-dcp.txt +++ b/Documentation/devicetree/bindings/crypto/fsl-dcp.txt @@ -4,10 +4,12 @@ Required properties: - compatible : Should be "fsl,-dcp" - reg : Should contain MXS DCP registers location and length - interrupts : Should contain MXS DCP interrupt numbers, VMI IRQ and DCP I= RQ must be supplied, optionally Secure IRQ can be present, but is currently not implemented and not used. +- clocks : Clock reference (only required on some SOCs: 6ull and 6sll). +- clock-names : Must be "dcp". =20 Example: =20 dcp@80028000 { compatible =3D "fsl,imx28-dcp", "fsl,imx23-dcp"; --=20 2.17.1