Re: [PATCH v2 2/6] mtd: rawnand: tegra: add devicetree binding
From: Miquel Raynal <miquel.raynal@bootlin.com>
Date: 2018-05-31 06:42:21
Also in:
linux-clk, linux-tegra, lkml
From: Miquel Raynal <miquel.raynal@bootlin.com>
Date: 2018-05-31 06:42:21
Also in:
linux-clk, linux-tegra, lkml
Hi Rob, On Wed, 30 May 2018 22:45:23 -0500, Rob Herring [off-list ref] wrote:
On Mon, May 28, 2018 at 12:23:54AM +0200, Miquel Raynal wrote:quoted
Hi Stefan, On Sun, 27 May 2018 23:54:38 +0200, Stefan Agner [off-list ref] wrote:quoted
From: Lucas Stach <dev@lynxeye.de> This adds the devicetree binding for the Tegra 2 NAND flash controller. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Stefan Agner <stefan@agner.ch> --- .../bindings/mtd/nvidia,tegra20-nand.txt | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 Documentation/devicetree/bindings/mtd/nvidia,tegra20-nand.txtdiff --git a/Documentation/devicetree/bindings/mtd/nvidia,tegra20-nand.txt b/Documentation/devicetree/bindings/mtd/nvidia,tegra20-nand.txt new file mode 100644 index 000000000000..49e472af1b39 --- /dev/null +++ b/Documentation/devicetree/bindings/mtd/nvidia,tegra20-nand.txt@@ -0,0 +1,62 @@ +NVIDIA Tegra NAND Flash controller + +Required properties: +- compatible: Must be one of:Nitpick: just put the compatible here as there is only one?No, this is how I ask people to format it.
Oh, ok, I'll remember it for my own DT patches then :) Thanks, Miquèl