From patchwork Mon Mar 16 19:01:20 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Corentin Labbe X-Patchwork-Id: 450713 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 173A814010F for ; Tue, 17 Mar 2015 06:02:33 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=BXi9qedu; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965414AbbCPTBy (ORCPT ); Mon, 16 Mar 2015 15:01:54 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:37566 "EHLO mail-wi0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965393AbbCPTBw (ORCPT ); Mon, 16 Mar 2015 15:01:52 -0400 Received: by wixw10 with SMTP id w10so51777965wix.0; Mon, 16 Mar 2015 12:01:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=2hBj49EKfMfxrTeeh0ZOhVp5jv1kg/MiHRZLsWl82AM=; b=BXi9qeduCdqkh8tPLAfbBoR1ZNr3T6xXVYKmH1+0874skkz6d0O0s8OT04VCcO5jnN u4u/Q1NnTLs8i9IAb12rhUroIBZqu4YyKbBW1LI4IILpKtNxF0kizxCbBPrwSCyiMxDO gob23NWdNRLF/uiFYZi7XlsuRq6y4V+BDkiv/ENOz8C7QReVC8rWVgfHFduG0Z9pPnxh q0fDyTI7RpsVoJdWYTH1elDrZbj9WCMBMUrSMLOy11B1TXMpBsx0cBtLUKsF5WuHp8ye FgivgLfiT8u4XlzJLeAA4WL4GTEuYr31GrOq8Rnfz5CFnwWFvn7N1/K4TLEtPAjzOzgV I/4g== X-Received: by 10.180.95.97 with SMTP id dj1mr123948138wib.43.1426532510297; Mon, 16 Mar 2015 12:01:50 -0700 (PDT) Received: from Red.local (ANice-651-1-372-189.w83-201.abo.wanadoo.fr. [83.201.240.189]) by mx.google.com with ESMTPSA id v13sm16568785wij.10.2015.03.16.12.01.48 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 16 Mar 2015 12:01:49 -0700 (PDT) From: LABBE Corentin To: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, maxime.ripard@free-electrons.com, linux@arm.linux.org.uk, herbert@gondor.apana.org.au, davem@davemloft.net, akpm@linux-foundation.org, gregkh@linuxfoundation.org, arnd@arndb.de Cc: devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, linux-sunxi@googlegroups.com, LABBE Corentin Subject: [PATCH v6 2/4] ARM: sunxi: dt: Add DT bindings documentation for SUNXI Security System Date: Mon, 16 Mar 2015 20:01:20 +0100 Message-Id: <1426532482-28830-3-git-send-email-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.0.5 In-Reply-To: <1426532482-28830-1-git-send-email-clabbe.montjoie@gmail.com> References: <1426532482-28830-1-git-send-email-clabbe.montjoie@gmail.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This patch adds documentation for Device-Tree bindings for the Security System cryptographic accelerator driver. Signed-off-by: LABBE Corentin --- Documentation/devicetree/bindings/crypto/sunxi-ss.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Documentation/devicetree/bindings/crypto/sunxi-ss.txt diff --git a/Documentation/devicetree/bindings/crypto/sunxi-ss.txt b/Documentation/devicetree/bindings/crypto/sunxi-ss.txt new file mode 100644 index 0000000..a566803 --- /dev/null +++ b/Documentation/devicetree/bindings/crypto/sunxi-ss.txt @@ -0,0 +1,9 @@ +* Allwinner Security System found on A20 SoC + +Required properties: +- compatible : Should be "allwinner,sun7i-a20-crypto". +- reg: Should contain the Security System register location and length. +- interrupts: Should contain the IRQ line for the Security System. +- clocks : A phandle to the functional clock node of the Security System module +- clock-names : Name of the functional clock, should be "ahb" and "mod". +