From patchwork Sat Jul 12 12:59:12 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Corentin Labbe X-Patchwork-Id: 369304 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 B798214008F for ; Sat, 12 Jul 2014 22:59:28 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752802AbaGLM70 (ORCPT ); Sat, 12 Jul 2014 08:59:26 -0400 Received: from mail-wg0-f42.google.com ([74.125.82.42]:47768 "EHLO mail-wg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752671AbaGLM7X (ORCPT ); Sat, 12 Jul 2014 08:59:23 -0400 Received: by mail-wg0-f42.google.com with SMTP id l18so2184388wgh.13 for ; Sat, 12 Jul 2014 05:59:21 -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=SM0djwTK0XYDsS5Hv8d/f4MeH9rPFyLMHpxjjWGDO0iW3adWaf6aH8X+Rc7skkKmSO dEe958u20f6oyiTYCqSJjfyY6EmnCU2eUgKLbQd7Biabd/gda3Ajx8JWevTDQsYjPfm3 xUaFjBpGhl2tExgjCRzj+0qZcCRPIGKNjWQVKL8VqJjtagKcDEFwdk1mw9GO2cdFYAMC yM8kyt6Nww42a07izG7GVb+4aNAL0hp1C+cMD5mjnuivjI5zoZ/jSZJa44tEgq6oDKlC bOTeljIyPFwoFIO2qjXYow5jq+VMI4ooCMTx6IkHOKH+VkxoZaVWp3kEChfX/l+4IrH+ WXTg== X-Received: by 10.194.187.101 with SMTP id fr5mr6513933wjc.125.1405169961799; Sat, 12 Jul 2014 05:59:21 -0700 (PDT) Received: from Red.local (ANice-651-1-412-177.w86-205.abo.wanadoo.fr. [86.205.156.177]) by mx.google.com with ESMTPSA id hi4sm11674364wjc.27.2014.07.12.05.59.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 12 Jul 2014 05:59:21 -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-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, LABBE Corentin Subject: [PATCH v4 2/3] ARM: sunxi: dt: Add DT bindings documentation for SUNXI Security System Date: Sat, 12 Jul 2014 14:59:12 +0200 Message-Id: <1405169953-13695-3-git-send-email-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 1.8.5.5 In-Reply-To: <1405169953-13695-1-git-send-email-clabbe.montjoie@gmail.com> References: <1405169953-13695-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 Acked-by: Maxime Ripard --- 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". +