From patchwork Wed Feb 27 10:41:51 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Javier Martin X-Patchwork-Id: 2192821 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id C24D13FD4E for ; Wed, 27 Feb 2013 10:45:44 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UAeT3-0003U6-Ni; Wed, 27 Feb 2013 10:42:33 +0000 Received: from mail-wi0-f175.google.com ([209.85.212.175]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UAeSe-0003RC-US for linux-arm-kernel@lists.infradead.org; Wed, 27 Feb 2013 10:42:10 +0000 Received: by mail-wi0-f175.google.com with SMTP id l13so6041949wie.8 for ; Wed, 27 Feb 2013 02:42:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=qPUJun4uX6CJUmKTyANBJsbbAOEuoQBg5fgB5YrBlEw=; b=hAHrEbnL+3zF5fMcnlO9SBFiFkD42dAjwkLOB0RPDEw7AFP11fGzh9GIi0DR+8i43c sprbIyscO3IbWxgq0AsH2CBN2JlDTcPrIVltfutN6YXznt5wkobvxa4qnUSXgjHIhwzF I9O5DEzvyRSPtARxotFNrAIzXkx3jYc1+rMu8iFfYNKk0Prj0tiHnWhyyQGmD8jmW0ky 3CkdmrmKRQ1Vv5OMfKKvh+d7/BKeZHlpncGcfB2jNHSdBYsuC2rPfyshPfNepAoCGZSM m4ahhGnLxgGXwZStCBKKle/NLHJnt1tkHlPq+kobcY93BgPNYzSpIZwkunq8Zp8KMTaU Ey5w== X-Received: by 10.180.105.232 with SMTP id gp8mr24949905wib.33.1361961727284; Wed, 27 Feb 2013 02:42:07 -0800 (PST) Received: from piscis.vsilicon.net (250.81.18.95.dynamic.jazztel.es. [95.18.81.250]) by mx.google.com with ESMTPS id fv2sm7795853wib.6.2013.02.27.02.42.05 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Feb 2013 02:42:06 -0800 (PST) From: Javier Martin To: linux-crypto@vger.kernel.org Subject: [PATCH v2 3/3] crypto: sahara: Add device tree binding for SAHARA2. Date: Wed, 27 Feb 2013 11:41:51 +0100 Message-Id: <1361961711-4603-4-git-send-email-javier.martin@vista-silicon.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1361961711-4603-1-git-send-email-javier.martin@vista-silicon.com> References: <1361961711-4603-1-git-send-email-javier.martin@vista-silicon.com> X-Gm-Message-State: ALoCoQneNUOhcgG55McRgAO2dlje80dMYHSyxCqTV67kJ0e6/ynd4HMvRbHAqkBbminPzJW86gQ7 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130227_054209_139163_3A8533B5 X-CRM114-Status: UNSURE ( 9.06 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.212.175 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: swarren@nvidia.com, herbert@gondor.apana.org.au, arnd@arndb.de, linux-doc@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, Javier Martin , kernel@pengutronix.de, shawn.guo@linaro.org, davem@davemloft.net, linux-arm-kernel@lists.infradead.org, gcembed@gmail.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Signed-off-by: Javier Martin --- .../devicetree/bindings/crypto/fsl-imx-sahara.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/crypto/fsl-imx-sahara.txt diff --git a/Documentation/devicetree/bindings/crypto/fsl-imx-sahara.txt b/Documentation/devicetree/bindings/crypto/fsl-imx-sahara.txt new file mode 100644 index 0000000..44abf11 --- /dev/null +++ b/Documentation/devicetree/bindings/crypto/fsl-imx-sahara.txt @@ -0,0 +1,14 @@ +* Freescale i.MX SAHARA Cryptographic Accelerator + +Required properties: +- compatible : Should be "fsl,-sahara" +- reg : Should contain SAHARA registers location and length +- interrupts : Should contain SAHARA interrupt number + +Example: + +sah@10025000 { + compatible = "fsl,imx27-sahara"; + reg = < 0x10025000 0x800>; + interrupts = <75>; +};