Return-Path: Received: from mail-eopbgr820052.outbound.protection.outlook.com ([40.107.82.52]:9036 "EHLO NAM01-SN1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726651AbfAGJDP (ORCPT ); Mon, 7 Jan 2019 04:03:15 -0500 From: Kalyani Akula To: , , , CC: Kalyani Akula , Sarat Chand Savitala , Kalyani Akula Subject: [RFC PATCH 1/3] dt-bindings: crypto: Add bindings for ZynqMP SHA3 driver Date: Mon, 7 Jan 2019 14:32:54 +0530 Message-ID: <1546851776-3456-2-git-send-email-kalyani.akula@xilinx.com> In-Reply-To: <1546851776-3456-1-git-send-email-kalyani.akula@xilinx.com> References: <1546851776-3456-1-git-send-email-kalyani.akula@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-crypto-owner@vger.kernel.org List-ID: Add documentation to describe Xilinx ZynqMP SHA3 driver bindings. Signed-off-by: Kalyani Akula --- .../devicetree/bindings/crypto/zynqmp-sha.txt | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100755 Documentation/devicetree/bindings/crypto/zynqmp-sha.txt diff --git a/Documentation/devicetree/bindings/crypto/zynqmp-sha.txt b/Documentation/devicetree/bindings/crypto/zynqmp-sha.txt new file mode 100755 index 0000000..c7be6e2 --- /dev/null +++ b/Documentation/devicetree/bindings/crypto/zynqmp-sha.txt @@ -0,0 +1,12 @@ +Xilinx ZynqMP SHA3(keccak-384) hw acceleration support. + +The ZynqMp PS-SHA hw accelerator is used to calculate the +SHA3(keccak-384) hash value on the given user data. + +Required properties: +- compatible: should contain "xlnx,zynqmp-keccak-384" + +Example: + xlnx_keccak_384: sha384 { + compatible = "xlnx,zynqmp-keccak-384"; + }; -- 1.7.1