From patchwork Tue Jun 10 12:43:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Corentin Labbe X-Patchwork-Id: 357907 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 0962F1400E3 for ; Tue, 10 Jun 2014 22:44:10 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752260AbaFJMnw (ORCPT ); Tue, 10 Jun 2014 08:43:52 -0400 Received: from mail-we0-f170.google.com ([74.125.82.170]:50921 "EHLO mail-we0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752192AbaFJMnj (ORCPT ); Tue, 10 Jun 2014 08:43:39 -0400 Received: by mail-we0-f170.google.com with SMTP id w61so607076wes.29 for ; Tue, 10 Jun 2014 05:43:38 -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=oWu2a7jttykpJgR3D2mUzyuEKZklJqAJYB0/csGudO8=; b=p0dFviiku9nEwooNfWMLK4zaapPnaaLDLyv6l+jKO5P4m0fKr3WjIrDPrpfox8UHJw 5PiLNJW8ya0yrJmDEPM/h51iG5Bxd9FgADOQwI6nVGt4FV9jDkqlJvzllQx0kthEXqK9 4n6M7a2OawzO74IalelJLxwBBIeyvjXrbvTFz3MzyOBez2bh9Xs3EkthVuGKfE4/21oL n8Ux+Tzhl1KAUiYag/DNy+2rVADauzh0BoAJ64Ar4b+4XEX1gbgXbDoIPlLRZ6MEXnvj 0jnlo8yKaXtxi1G2haTR4clkocoknlVuyVovzK5bnqsf71iEoCUdFrEYRZxpDOxCKKwS y1Ig== X-Received: by 10.194.21.103 with SMTP id u7mr41422067wje.14.1402404217980; Tue, 10 Jun 2014 05:43:37 -0700 (PDT) Received: from Red.local (ANice-651-1-405-168.w86-205.abo.wanadoo.fr. [86.205.149.168]) by mx.google.com with ESMTPSA id f6sm20638842wiy.19.2014.06.10.05.43.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Jun 2014 05:43:37 -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, rdunlap@infradead.org, maxime.ripard@free-electrons.com, linux@arm.linux.org.uk, herbert@gondor.apana.org.au, davem@davemloft.net, grant.likely@linaro.org 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 v3 4/4] ARM: sunxi: dt: Add DT bindings documentation for SUNXI Security System Date: Tue, 10 Jun 2014 14:43:17 +0200 Message-Id: <1402404197-4236-5-git-send-email-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 1.8.5.5 In-Reply-To: <1402404197-4236-1-git-send-email-clabbe.montjoie@gmail.com> References: <1402404197-4236-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". +