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: 9196601 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 34E6460754 for ; Fri, 24 Jun 2016 05:02:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 254712845B for ; Fri, 24 Jun 2016 05:02:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1A03428485; Fri, 24 Jun 2016 05:02:53 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id CA72128481 for ; Fri, 24 Jun 2016 05:02:52 +0000 (UTC) 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 1bGJEu-00017f-Vi; Fri, 24 Jun 2016 05:01:12 +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-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: 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-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP 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.