From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Subject: Re: [RFC PATCH 6/9] mtd: nand: add sunxi NFC dt bindings doc Date: Wed, 8 Jan 2014 22:28:55 +0100 References: <1389190924-26226-1-git-send-email-b.brezillon@overkiz.com> <1389190924-26226-7-git-send-email-b.brezillon@overkiz.com> In-Reply-To: <1389190924-26226-7-git-send-email-b.brezillon@overkiz.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201401082228.55807.arnd@arndb.de> Cc: devicetree@vger.kernel.org, Russell King , linux-doc@vger.kernel.org, dev@linux-sunxi.org, linux-kernel@vger.kernel.org, Boris BREZILLON , linux-mtd@lists.infradead.org, Rob Landley , Grant Likely , Maxime Ripard , David Woodhouse List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wednesday 08 January 2014, Boris BREZILLON wrote: > --- /dev/null > +++ b/Documentation/devicetree/bindings/mtd/sunxi-nand.txt > @@ -0,0 +1,71 @@ > +Allwinner NAND Flash Controller (NFC) > + > +Required properties: > +- compatible : "allwinner,sun4i-nfc". > +- reg : shall contain registers location and length for data and reg. > +- interrupts : shall define the NFC interrupt. > +- #address-cells: shall be set to 1. Encode the nand CS. > +- #size-cells : shall be set to 0. > +- clocks : shall reference NFC clocks. > +- clock-names : NFC internal clock names. Shall contain : > + * "ahb_clk" : AHB gating clock > + * "sclk" : NFC clock > + One small request: Can we try to avoid the "NFC" name here? I think it's too overloaded and people may confuse it with near-field communication, which I'm sure will be supported in sunxi based devices at some point. It doesn't hurt to also mention that the function block is called nfc, but I think references to it are better named "nand", which is less confusing. Arnd