u-boot-brain/board/karo/tx25
Benoît Thébaudeau 5527024fdb KARO TX25: Fix NAND Flash R/W cycle times
The NAND Flash of the KARO TX25 board is a Samsung K9F1G08U0B with 25-ns R/W
cycle times. However, the NFC clock for this board was set to 66.5 MHz, so using
the NFC driver in symmetric mode (i.e. 1 NFC clock cycle = 1 NF R/W cycle)
resulted in NF R/W cycle times of 15 ns, hence corrupted NF accesses.

This patch fixes this issue by setting the NFC clock to the highest frequency
complying to the 25-ns NF R/W cycle times specification, i.e. 33.25 MHz.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: John Rigby <jcrigby@gmail.com>
Cc: Scott Wood <scottwood@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Daniel Gachet <Daniel.Gachet@hefr.ch>
Acked-by: Stefano Babic <sbabic@denx.de>
2012-09-23 19:57:13 +02:00
..
config.mk Merge branch 'elf_reloc' 2010-10-19 21:07:52 +02:00
lowlevel_init.S KARO TX25: Fix NAND Flash R/W cycle times 2012-09-23 19:57:13 +02:00
Makefile punt unused clean/distclean targets 2011-10-15 22:20:36 +02:00
tx25.c Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging 2012-09-02 00:44:09 +02:00