Re: [PATCH v2 4/4] ARM: dts: da850-lcdk: Add NAND to DT

2016-08-18 Thread Karl Beldan
On Thu, Aug 18, 2016 at 03:27:52PM +0530, Sekhar Nori wrote: > On Wednesday 10 August 2016 04:30 PM, Karl Beldan wrote: > > This adds DT support for the NAND connected to the SoC AEMIF. > > The parameters (timings, ecc) are the same as what the board ships with > > (default AEMIF timings, 1bit ECC)

Re: [PATCH v2 4/4] ARM: dts: da850-lcdk: Add NAND to DT

2016-08-18 Thread Sekhar Nori
On Wednesday 10 August 2016 04:30 PM, Karl Beldan wrote: > This adds DT support for the NAND connected to the SoC AEMIF. > The parameters (timings, ecc) are the same as what the board ships with > (default AEMIF timings, 1bit ECC) and improvements will be handled in > due course. > This passed elem

[PATCH v2 4/4] ARM: dts: da850-lcdk: Add NAND to DT

2016-08-10 Thread Karl Beldan
This adds DT support for the NAND connected to the SoC AEMIF. The parameters (timings, ecc) are the same as what the board ships with (default AEMIF timings, 1bit ECC) and improvements will be handled in due course. This passed elementary tests hashing a 20MB file on top of ubifs on my LCDK. Signe