From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Norris Subject: Re: [Patch v3 5/5] ARM: tegra: enable NAND flash on Colibri T20 Date: Tue, 21 Jul 2015 14:07:02 -0700 Message-ID: <20150721210702.GM24125@google.com> References: <1431282602-7137-1-git-send-email-dev@lynxeye.de> <1431282602-7137-6-git-send-email-dev@lynxeye.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1431282602-7137-6-git-send-email-dev-8ppwABl0HbeELgA04lAiVw@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Lucas Stach Cc: David Woodhouse , Thierry Reding , Stephen Warren , Rob Herring , Pawel Moll , Mark Rutland , Alexandre Courbot , Boris BREZILLON , Ezequiel Garcia , Stefan Agner , Marcel Ziswiler , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-tegra@vger.kernel.org On Sun, May 10, 2015 at 08:30:02PM +0200, Lucas Stach wrote: > This enables the on-module ONFI conformant NAND flash. > > Signed-off-by: Lucas Stach > --- > arch/arm/boot/dts/tegra20-colibri-512.dtsi | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm/boot/dts/tegra20-colibri-512.dtsi b/arch/arm/boot/dts/tegra20-colibri-512.dtsi > index 8e0066a..540b3fd 100644 > --- a/arch/arm/boot/dts/tegra20-colibri-512.dtsi > +++ b/arch/arm/boot/dts/tegra20-colibri-512.dtsi > @@ -455,6 +455,13 @@ > }; > }; > > + nand@70008000 { > + status = "okay"; > + nand-bus-width = <8>; > + nand-on-flash-bbt; > + nvidia,wp-gpios = <&gpio TEGRA_GPIO(S, 0) GPIO_ACTIVE_HIGH>; ^^ Is write-protect support necessary, or just optional? b/c you didn't implement support in the NAND driver yet. > + }; > + > usb@c5004000 { > status = "okay"; > nvidia,phy-reset-gpio = <&gpio TEGRA_GPIO(V, 1) Brian -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html