From patchwork Sat Nov 22 15:21:40 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Beniamino Galvani X-Patchwork-Id: 5359491 Return-Path: X-Original-To: patchwork-linux-spi@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 854FB9F39B for ; Sat, 22 Nov 2014 15:25:05 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9CE9C20131 for ; Sat, 22 Nov 2014 15:25:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9567A20154 for ; Sat, 22 Nov 2014 15:25:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752106AbaKVPY0 (ORCPT ); Sat, 22 Nov 2014 10:24:26 -0500 Received: from mail-wi0-f179.google.com ([209.85.212.179]:57246 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752063AbaKVPYX (ORCPT ); Sat, 22 Nov 2014 10:24:23 -0500 Received: by mail-wi0-f179.google.com with SMTP id ex7so1942239wid.6 for ; Sat, 22 Nov 2014 07:24:21 -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=ohYzYXK0cKIoUafbwX6POEG4ptF8FTGnPUd7ntVelXRL04EZRx2xgnLBBXJ8wTLTsT XDPehUPQKX0Yc5btfSUTFpJe0Rmtvr1Xw6Tir8VUKgxLOZUFk5M5y6Z8AJFQizfUrfaz 7/jlAL4H3689xUIAZnPH5TaZ+nvnbZdIo/TsJlSPgVbpc994kruKP3RrK9oSEcdYyfPB 7nfouJ9/DS+tDZy1QRDW54fR5a7eZeWGy/oucjFlJIEIwIuaLjBh/H7o5tgEiHUGS70m 51zotcW3+iRGqAAPeJHGvCqgcjXGEGCJ5ozaZX2gzcMxzTnfVXuEX1BH9yfEeuFPJDXr h1FQ== X-Received: by 10.194.81.70 with SMTP id y6mr17064683wjx.113.1416669861316; Sat, 22 Nov 2014 07:24:21 -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 gy4sm3648520wib.11.2014.11.22.07.24.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 22 Nov 2014 07:24:20 -0800 (PST) From: Beniamino Galvani To: Mark Brown Cc: linux-spi@vger.kernel.org, Carlo Caione , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Russell King , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Jerry Cao , Victor Wan , Beniamino Galvani Subject: [PATCH v3 2/4] spi: meson: Add device tree bindings documentation for SPIFC Date: Sat, 22 Nov 2014 16:21:40 +0100 Message-Id: <1416669702-7841-3-git-send-email-b.galvani@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1416669702-7841-1-git-send-email-b.galvani@gmail.com> References: <1416669702-7841-1-git-send-email-b.galvani@gmail.com> Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, 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>; + };