From mboxrd@z Thu Jan 1 00:00:00 1970 From: kbeldan@baylibre.com (Karl Beldan) Date: Tue, 16 Aug 2016 22:33:34 +0000 Subject: [PATCH v3 0/4] Add DT support for NAND to LCDK via ti-aemif Message-ID: <20160816223338.20776-1-kbeldan@baylibre.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, 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. Rgds, Karl Changes from v1: - s/cs2/cs3 - kept "ti,.." only nand properties (the adjustments made by nand_davinci_probe are broken) - replaced v1_1/4: "memory: ti-aemif: Get a named clock rather than an unnamed one" with v2_1/4: "davinci: da8xx-dt: Add ti-aemif lookup for clock matching" - Make the same improvements for the EVM as well as asked by Sekhar Changes from v2: - remove now useless pins of nand_cs3 in v3_3/4 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 DT arch/arm/boot/dts/da850-evm.dts | 49 +++++++++++++-- arch/arm/boot/dts/da850-lcdk.dts | 108 +++++++++++++++++++++++++++++++++ arch/arm/boot/dts/da850.dtsi | 35 +++-------- arch/arm/configs/davinci_all_defconfig | 2 + arch/arm/mach-davinci/da850.c | 1 + arch/arm/mach-davinci/da8xx-dt.c | 1 + 6 files changed, 164 insertions(+), 32 deletions(-) -- 2.9.2