From patchwork Fri Jun 24 05:00:04 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Icenowy Zheng X-Patchwork-Id: 640018 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2001:1868:205::9]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rbR6c111Vz9t0R for ; Fri, 24 Jun 2016 15:03:03 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=aosc.xyz header.i=@aosc.xyz header.b=LmNbaXZv; dkim-atps=neutral Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bGJF0-00018d-V4; Fri, 24 Jun 2016 05:01:18 +0000 Received: from forward8o.cmail.yandex.net ([2a02:6b8:0:1a72::293]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bGJEo-00013Q-Gx; Fri, 24 Jun 2016 05:01:11 +0000 Received: from smtp2o.mail.yandex.net (smtp2o.mail.yandex.net [37.140.190.27]) by forward8o.cmail.yandex.net (Yandex) with ESMTP id 578C220377; Fri, 24 Jun 2016 08:00:40 +0300 (MSK) Received: from smtp2o.mail.yandex.net (localhost [127.0.0.1]) by smtp2o.mail.yandex.net (Yandex) with ESMTP id 92D1236A3DF8; Fri, 24 Jun 2016 08:00:37 +0300 (MSK) Received: by smtp2o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id AJSl2Sn3Ch-0UDO8IGl; Fri, 24 Jun 2016 08:00:35 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aosc.xyz; s=mail; t=1466744436; bh=+r/w54BRyo4KAgoEwHcPnLriW2kvONFiSpm6LIXXsLc=; h=From:To:Cc:Subject:Date:Message-Id:X-Mailer; b=LmNbaXZvsd1jjggCzmiLfeDCgmkAsfCaPkSt2/o0k0Ont5KOSB46ZNMbZiUUbHEfZ udpRxAnNgaewyqsDCgUGCyqIK/e/Y2MTAIc7Ib0IPoAfO8nLvRKwnB4zRPpuGXTxh+ 7KLDeL01QglEjYjJdizw2TtMEjx12h9mJxrGd+Ys= Authentication-Results: smtp2o.mail.yandex.net; dkim=pass header.i=@aosc.xyz X-Yandex-ForeignMX: FR X-Yandex-Suid-Status: 1 0, 1 0, 1 0, 1 0, 1 0, 1 0, 1 0, 1 0, 1 0, 1 0, 1 0, 1 0, 1 1130000036118848 From: Icenowy Zheng To: maxime.ripard@free-electrons.com, wens@csie.org, boris.brezillon@free-electrons.com Subject: [PATCH v7 1/2] mtd: nand: sunxi: update DT bindings Date: Fri, 24 Jun 2016 13:00:04 +0800 Message-Id: <20160624050005.31186-1-icenowy@aosc.xyz> X-Mailer: git-send-email 2.9.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160623_220107_269710_7673F82F X-CRM114-Status: UNSURE ( 7.11 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [2a02:6b8:0:1a72:0:0:0:293 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] -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, richard@nod.at, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, robh+dt@kernel.org, linux-mtd@lists.infradead.org, Icenowy Zheng , computersforpeace@gmail.com, dwmw2@infradead.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-mtd" Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Document the reset lines Signed-off-by: Icenowy Zheng --- Changes in v7: - Rebased for nand/next branch. - Merged the two part of "Optional properties" of nand/next's document into one part. Documentation/devicetree/bindings/mtd/sunxi-nand.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/devicetree/bindings/mtd/sunxi-nand.txt b/Documentation/devicetree/bindings/mtd/sunxi-nand.txt index 6fdf8f6..b040ed4 100644 --- a/Documentation/devicetree/bindings/mtd/sunxi-nand.txt +++ b/Documentation/devicetree/bindings/mtd/sunxi-nand.txt @@ -14,17 +14,17 @@ Required properties: Optional properties: - dmas : shall reference DMA channel associated to the NAND controller. - dma-names : shall be "rxtx". - -Optional children nodes: -Children nodes represent the available nand chips. - -Optional properties: +- reset : phandle + reset specifier pair +- reset-names : shall be "ahb" if present - allwinner,rb : shall contain the native Ready/Busy ids. or - rb-gpios : shall contain the gpios used as R/B pins. - nand-ecc-mode : one of the supported ECC modes ("hw", "hw_syndrome", "soft", "soft_bch" or "none") +Optional children nodes: +Children nodes represent the available nand chips. + see Documentation/devicetree/bindings/mtd/nand.txt for generic bindings.