From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 30 Jul 2012 17:32:52 -0500 Subject: [U-Boot] [PATCH v4 5/6] tegra: nand: Add Tegra NAND driver In-Reply-To: <1343631210-22278-6-git-send-email-sjg@chromium.org> References: <1343631210-22278-1-git-send-email-sjg@chromium.org> <1343631210-22278-6-git-send-email-sjg@chromium.org> Message-ID: <50170B94.9070202@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/30/2012 01:53 AM, Simon Glass wrote: > From: Jim Lin > > A device tree is used to configure the NAND, including memory > timings and block/pages sizes. > > If this node is not present or is disabled, then NAND will not > be initialized. > > Signed-off-by: Jim Lin > Signed-off-by: Simon Glass Acked-by: Scott Wood -Scott