[PATCH v3 0/4] Add DT support for NAND to LCDK via ti-aemif
From: Karl Beldan <hidden>
Date: 2016-08-19 13:46:02
On Thu, Aug 18, 2016 at 04:15:59PM -0500, Kevin Hilman wrote:
Kevin Hilman [off-list ref] writes:quoted
Karl Beldan [off-list ref] writes:quoted
Here is another spin. I could get my hands on an EVM and test the changes on it as well. Doing so, I could also observe that 4bit ECC on 8bits NANDS is currently broken in mailine. Apparently there had already been some alerts on the mailing list some months ago.[...]quoted
Karl Beldan (4): ARM: davinci: da8xx-dt: Add ti-aemif lookup for clock matching ARM: davinci_all_defconfig: Enable AEMIF as a module ARM: dts: da850,da850-evm: Add an aemif node and use it for the NAND ARM: dts: da850-lcdk: Add NAND to DTTested on DA850-LCDK with UBIFS. Tested-by: Kevin Hilman <khilman@baylibre.com>I forgot to mention that I had to enable: CONFIG_UBIFS_FS=y CONFIG_MTD_UBI=y in order to test with ubifs. Care to send a patch adding these as modules to davinci_all_defconfig?
Sure, I'll add it to the series when resending. Karl