From patchwork Thu May 22 15:09:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Corentin Labbe X-Patchwork-Id: 351523 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 065E514008B for ; Fri, 23 May 2014 01:11:56 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752095AbaEVPKz (ORCPT ); Thu, 22 May 2014 11:10:55 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:38997 "EHLO mail-wi0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751016AbaEVPKS (ORCPT ); Thu, 22 May 2014 11:10:18 -0400 Received: by mail-wi0-f177.google.com with SMTP id f8so4474619wiw.16 for ; Thu, 22 May 2014 08:10:16 -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=nll4/LBEf07/l+988a8jPEY3inAZVs1WyXWI4/uhp5o=; b=V7VEkBaAiBEgfGIjzeW04f+QKn92tWO9uT6UIkD4O9zji83BjTTEGo2QgpAAlcv0rR lDbC4oD3MI34Z0Mw8qE10BoH5CfUEMtnXd8em0k0Si01blnfMtEndcz6TrS333eIYiwx d/Xpdd9JNUsbP+V++KaiDm/z13+9FRjTkOQXUr7vgjBXMzMPOdaoeyDysWU+ff8XjHpo wXnnZt8TyxUX+up+PioUjJS6vGdLdGmahwenHKbwbsYOqozkMrtwPxYj9vLXZMnx7IXR 1QZIbRvv40lVPcHMLPm2c3LNuWQhix6wpJ48sHEJTobDgQu7EsIjryknvWi77TrnRhZv KT4A== X-Received: by 10.180.92.69 with SMTP id ck5mr17195248wib.15.1400771416385; Thu, 22 May 2014 08:10:16 -0700 (PDT) Received: from Red.local (ANice-651-1-270-91.w86-193.abo.wanadoo.fr. [86.193.66.91]) by mx.google.com with ESMTPSA id l4sm837579wiy.0.2014.05.22.08.10.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 May 2014 08:10:15 -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 1/3] dt: Add DT bindings documentation for SUNXI Security System Date: Thu, 22 May 2014 17:09:54 +0200 Message-Id: <1400771396-9686-2-git-send-email-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 1.8.5.5 In-Reply-To: <1400771396-9686-1-git-send-email-clabbe.montjoie@gmail.com> References: <1400771396-9686-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 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..356563b --- /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 SS register location and length. +- interrupts: Should contain the IRQ line for the SS. +- clocks : A phandle to the functional clock node of the SS module +- clock-names : Name of the functional clock, should be "ahb" and "mod". +