From patchwork Sun Oct 19 14:16:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Corentin Labbe X-Patchwork-Id: 400777 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 9C319140081 for ; Mon, 20 Oct 2014 01:16:38 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752110AbaJSOQh (ORCPT ); Sun, 19 Oct 2014 10:16:37 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:54955 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752066AbaJSOQc (ORCPT ); Sun, 19 Oct 2014 10:16:32 -0400 Received: by mail-wi0-f178.google.com with SMTP id h11so4825048wiw.17 for ; Sun, 19 Oct 2014 07:16:31 -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=IeNyP9gNue0z/qC7WMWMKz6Ux2AwPQ2rmsDMXE2KrwU=; b=HPL+r20wThhvrDKRq2KeIXOamo5wlgOmSAw+oOmpIzVThAe3cXp87ZVAxoo5nK+Vcf g1S6HTiK9wTftupQVc0BlHmZ21wM63ddAsjfpAiCirCEUHceifUVZCqS9TjV9fkxj9WH 01Q7QXYm86ajelTXRQx4a2vw6QSVTCuWIIjyi9lWD5myYAgNDQBAgm/+mM6Ys6lk7eAR cbY9li/j2DABRGZ6Es4fj9na22ws1KCWkcfK7lL6eMdKig1PqyW8Zd0dRJaggAdRtqye niI6/cdPwMSlXQfSsVWWHC8RlATOerpTM5qPKSOLVsYhEb5ZT/65LIs9JB6jlWQoBLwH lRtQ== X-Received: by 10.180.73.65 with SMTP id j1mr12827798wiv.17.1413728191304; Sun, 19 Oct 2014 07:16:31 -0700 (PDT) Received: from Red.local (ANice-651-1-421-213.w83-201.abo.wanadoo.fr. [83.201.125.213]) by mx.google.com with ESMTPSA id td9sm6264992wic.15.2014.10.19.07.16.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Oct 2014 07:16:30 -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, grant.likely@linaro.org, akpm@linux-foundation.org, gregkh@linuxfoundation.org, joe@perches.com, mchehab@osg.samsung.com, crope@iki.fi Cc: devicetree@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 v5 2/4] ARM: sunxi: dt: Add DT bindings documentation for SUNXI Security System Date: Sun, 19 Oct 2014 16:16:20 +0200 Message-Id: <1413728182-13569-3-git-send-email-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.0.4 In-Reply-To: <1413728182-13569-1-git-send-email-clabbe.montjoie@gmail.com> References: <1413728182-13569-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". +