9
0
Fork 0

sysmobts: Increase FPGA turn-a-round time to help NAND

For the Toshiba NAND chip if both NAND (read) and FPGA CS the
time to switch might not be enough. Wait longer as discussed
by email.
This commit is contained in:
Holger Hans Peter Freyther 2016-06-28 09:15:35 +02:00
parent ccabbeb6c2
commit 5c5b53555b
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ coredevice_initcall(sysmobts_coredevices_init);
#define DAVINCI_AWCCR_VAL (0x000000FF) /* EMIF-A async wait cycle config register value. */
#define DAVINCI_A2CR (0x01E00014) /* EMIF-A CS3 config register. */
#define DAVINCI_A2CR_VAL (0x00430491) /* EMIF-A CS3 value for FPGA. */
#define DAVINCI_A2CR_VAL8 (0x00630591) /* EMIF-A CS3 value for FPGA. */
#define DAVINCI_A2CR_VAL8 (0x0063059D) /* EMIF-A CS3 value for FPGA. */
static int sysmobts_devices_init(void)
{