ARM: OMAP2+: nand: reorganize gpmc timing values
authorChristoph Fritz <chf.fritz@googlemail.com>
Fri, 19 Apr 2013 16:29:41 +0000 (18:29 +0200)
committerTony Lindgren <tony@atomide.com>
Thu, 16 May 2013 15:49:02 +0000 (08:49 -0700)
commit4d5843616d16eb1a5851a976ec82b8d436233ad7
tree55092fbfcb96621a4e2022fd313a142acf6d162c
parentf722406faae2d073cc1d01063d1123c35425939e
ARM: OMAP2+: nand: reorganize gpmc timing values

This patch removes omap2_nand_gpmc_retime() which was used to quirk
some timing values before gpmc_cs_set_timings(). Due to recent changes,
gpmc_cs_set_timings() has evolved so that there is no more need for a
retime function.

To keep the gpmc configuration consistent for legacy board files, this
patch also adds oe_on and we_on to nand_default_timings[] as they
would be by the retime function.

Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-flash.c
arch/arm/mach-omap2/gpmc-nand.c