From patchwork Mon Jun 9 10:59:11 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Corentin Labbe X-Patchwork-Id: 357413 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 79573140076 for ; Mon, 9 Jun 2014 21:00:32 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933281AbaFILAQ (ORCPT ); Mon, 9 Jun 2014 07:00:16 -0400 Received: from mail-wg0-f47.google.com ([74.125.82.47]:42445 "EHLO mail-wg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932126AbaFIK71 (ORCPT ); Mon, 9 Jun 2014 06:59:27 -0400 Received: by mail-wg0-f47.google.com with SMTP id k14so4554584wgh.18 for ; Mon, 09 Jun 2014 03:59:25 -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=igiwwoxv3bwInUEnamiKOkHgOWOBr6wfLV5KM3urAVgoF209lcZ7lnJqldphXvAZBk CjisR35zAte3N3iW+4w9f6DuU/RAnruIc1M5G4OW37uMfc69iiZyeNC7aXSqofvLKo0P WQbDRGoS0erZgPu+CkJFlw6vCTbUQxxew0DkvrRwKMNkcIeLWKOoGA0ZUw4Pte6h2qLM 3qscHu/hQGhTwxbiaxZBGBv8PCWYHVIFPFjiYSqnuM02pprAtI2vKtAg7SkZZULXZ2y2 xoPm7STKDRCJccAon1Z45kUiqjbt90Ahi3+AJC9TqvUp+uWhl5KuyEkgk2j3pO3gRDRV Vw9w== X-Received: by 10.194.119.34 with SMTP id kr2mr31205470wjb.34.1402311565811; Mon, 09 Jun 2014 03:59:25 -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 19sm10982662wjz.3.2014.06.09.03.59.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Jun 2014 03:59:25 -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, linux-sunxi@googlegroups.com, LABBE Corentin Subject: [PATCH v2 4/4] ARM: sunxi: dt: Add DT bindings documentation for SUNXI Security System Date: Mon, 9 Jun 2014 12:59:11 +0200 Message-Id: <1402311551-19564-5-git-send-email-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 1.8.5.5 In-Reply-To: <1402311551-19564-1-git-send-email-clabbe.montjoie@gmail.com> References: <1402311551-19564-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". +