mtd: nand: mxc: Add timing setup for v2 controllers
authorSascha Hauer <s.hauer@pengutronix.de>
Thu, 15 Sep 2016 08:32:53 +0000 (10:32 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Fri, 23 Sep 2016 07:35:16 +0000 (09:35 +0200)
commit8283079696aba905367297cf80287980eb34c14c
tree91de7344c62135abc3043f0e19b0b30d185957c9
parent4123ea34aac754cdbd0a5e482c29be433c311d67
mtd: nand: mxc: Add timing setup for v2 controllers

So far we relied on reset default or the bootloader to configure a
suitable clk rate for the Nand controller. This works but we can
optimize the timing for better performance. This sets the clk rate for
v2 controllers (i.MX25/35) based on the timing mode read from the ONFI
parameter page. This may also enable the symmetric mode (aks EDO mode)
if necessary which reads one word per clock cycle.
Tested on an i.MX25 with a Micron MT29F4G08ABBDAHC attached.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/mxc_nand.c