From patchwork Tue Apr 14 11:20:59 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Corentin Labbe X-Patchwork-Id: 461139 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 8F62214007F for ; Tue, 14 Apr 2015 21:21:55 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=xN8dc/c9; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754882AbbDNLVZ (ORCPT ); Tue, 14 Apr 2015 07:21:25 -0400 Received: from mail-wg0-f47.google.com ([74.125.82.47]:34351 "EHLO mail-wg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754826AbbDNLVO (ORCPT ); Tue, 14 Apr 2015 07:21:14 -0400 Received: by wgso17 with SMTP id o17so8095878wgs.1; Tue, 14 Apr 2015 04:21:13 -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=xN8dc/c9246HinNycYXT4FyReI1S66wEWx/6rrVGToPRIvz+/69HIO6JkFjG2rANO/ Qxt3HSdqQeIAg8/i7+qEWEC4SMLdytdEL/74wCOhiGbLXKguAIsaD9YwiDB6T2XYKd1a IG8QklwGrMVZwCYf0Xs6VhaDzc2y+4zM1evVn393TF0OY/mOBgW+BX556EAqjuZYwf9R maIQkDcwd1LMU/I5yyK9CZ9OgspaM7MGRn7VSTGEZjusUso3Buuk6hu8v4lY6HS3vkCE tmKv1ZN4gDU7nXmdyesL9sjTdBldHbiNN6zaJskbVBz+4SjbcW/ZctXxWebz0ZaKXCf8 Z23w== X-Received: by 10.180.208.7 with SMTP id ma7mr31945856wic.0.1429010473048; Tue, 14 Apr 2015 04:21:13 -0700 (PDT) Received: from Red.local (ANice-651-1-300-110.w83-201.abo.wanadoo.fr. [83.201.56.110]) by mx.google.com with ESMTPSA id v3sm2363911wix.8.2015.04.14.04.21.10 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 14 Apr 2015 04:21:12 -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, mchehab@osg.samsung.com, joe@perches.com, tj@kernel.org, jg1.han@samsung.com, 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 v7 2/4] ARM: sunxi: dt: Add DT bindings documentation for SUNXI Security System Date: Tue, 14 Apr 2015 13:20:59 +0200 Message-Id: <1429010461-9243-3-git-send-email-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.0.5 In-Reply-To: <1429010461-9243-1-git-send-email-clabbe.montjoie@gmail.com> References: <1429010461-9243-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". +