From patchwork Mon Nov 17 22:47:49 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Beniamino Galvani X-Patchwork-Id: 5324281 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 0D819C11AC for ; Mon, 17 Nov 2014 22:53:05 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2ED9420125 for ; Mon, 17 Nov 2014 22:53:04 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6338D2011D for ; Mon, 17 Nov 2014 22:53:03 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XqV8m-0006Zo-0K; Mon, 17 Nov 2014 22:51:24 +0000 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XqV8G-00060c-Ai for linux-arm-kernel@lists.infradead.org; Mon, 17 Nov 2014 22:50:53 +0000 Received: by mail-wi0-f181.google.com with SMTP id r20so4300332wiv.14 for ; Mon, 17 Nov 2014 14:50:31 -0800 (PST) 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=lWYGx985s72XmLqPPjJALD3Wp6Wj/3+CcdsCwOBMyQY=; b=p6jfl6sRoNhddMCTipuWGO20b6/TOrZfFjU4zN62ePXVHmSEuX/ATVj2laPGIYvIeo idmzCXrALlttatQX9C7gV9exS6QC9FtC9cTMRfMj7LcR1xEkNeiiS1vWYW/JHYveRlCR yZoyeeKTJ5cZ4nuPoYvA2koGKT7idscM8urFNoVeu/0Kawex51M32uK2+vGy3/1PaeDn Il9+k/3iFoM14V69esPrWsVni6jz8BBjxbfbsQ0l8OeYZ3VvmjnNxJEzRs/iZi7eusOs hCZFKT0Isb9AmuLn1xMm6o2MC1qaBED3PT9oQ0AkMCjxohKf3T/2E5aCVSrzJTrCO6y7 JRKw== X-Received: by 10.180.212.5 with SMTP id ng5mr35336056wic.50.1416264630828; Mon, 17 Nov 2014 14:50:30 -0800 (PST) Received: from sark.local (host115-93-dynamic.40-79-r.retail.telecomitalia.it. [79.40.93.115]) by mx.google.com with ESMTPSA id cu9sm53383417wjb.0.2014.11.17.14.50.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Nov 2014 14:50:30 -0800 (PST) From: Beniamino Galvani To: Mark Brown Subject: [PATCH v2 2/4] spi: meson: Add device tree bindings documentation for SPIFC Date: Mon, 17 Nov 2014 23:47:49 +0100 Message-Id: <1416264471-774-3-git-send-email-b.galvani@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1416264471-774-1-git-send-email-b.galvani@gmail.com> References: <1416264471-774-1-git-send-email-b.galvani@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141117_145052_571254_BE41032B X-CRM114-Status: GOOD ( 10.89 ) X-Spam-Score: -0.8 (/) Cc: Mark Rutland , devicetree@vger.kernel.org, Russell King , Victor Wan , Pawel Moll , Ian Campbell , linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, Beniamino Galvani , Rob Herring , Kumar Gala , Carlo Caione , Jerry Cao , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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 X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This adds documentation of device tree bindings for the Amlogic Meson SPIFC (SPI Flash Controller). Signed-off-by: Beniamino Galvani --- .../devicetree/bindings/spi/spi-meson.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Documentation/devicetree/bindings/spi/spi-meson.txt diff --git a/Documentation/devicetree/bindings/spi/spi-meson.txt b/Documentation/devicetree/bindings/spi/spi-meson.txt new file mode 100644 index 0000000..bb52a86 --- /dev/null +++ b/Documentation/devicetree/bindings/spi/spi-meson.txt @@ -0,0 +1,22 @@ +Amlogic Meson SPI controllers + +* SPIFC (SPI Flash Controller) + +The Meson SPIFC is a controller optimized for communication with SPI +NOR memories, without DMA support and a 64-byte unified transmit / +receive buffer. + +Required properties: + - compatible: should be "amlogic,meson6-spifc" + - reg: physical base address and length of the controller registers + - clocks: phandle of the input clock for the baud rate generator + - #address-cells: should be 1 + - #size-cells: should be 0 + + spi@c1108c80 { + compatible = "amlogic,meson6-spifc"; + reg = <0xc1108c80 0x80>; + clocks = <&clk81>; + #address-cells = <1>; + #size-cells = <0>; + };