[U-Boot] [PATCH 1/2] OMAP3: mt_ventoux: updated timing for FPGA

Fix chipselect timing for FPGA
Signed-off-by: Stefano Babic sbabic@denx.de Cc: Tom Rini trini@ti.com --- board/teejet/mt_ventoux/mt_ventoux.h | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/board/teejet/mt_ventoux/mt_ventoux.h b/board/teejet/mt_ventoux/mt_ventoux.h index 34c1ec5..9b2e43e 100644 --- a/board/teejet/mt_ventoux/mt_ventoux.h +++ b/board/teejet/mt_ventoux/mt_ventoux.h @@ -31,12 +31,11 @@ const omap3_sysinfo sysinfo = {
/* FPGA CS1 configuration */ #define FPGA_GPMC_CONFIG1 0x00001200 -#define FPGA_GPMC_CONFIG2 0x00111a00 -#define FPGA_GPMC_CONFIG3 0x00010100 -#define FPGA_GPMC_CONFIG4 0x06041a04 -#define FPGA_GPMC_CONFIG5 0x0019101a -#define FPGA_GPMC_CONFIG6 0x890503c0 -#define FPGA_GPMC_CONFIG7 0x00000860 +#define FPGA_GPMC_CONFIG2 0x00161f00 +#define FPGA_GPMC_CONFIG3 0x00040400 +#define FPGA_GPMC_CONFIG4 0x120c1f08 +#define FPGA_GPMC_CONFIG5 0x001e161f +#define FPGA_GPMC_CONFIG6 0x96080fcf
#define FPGA_BASE_ADDR 0x20000000

Signed-off-by: Stefano Babic sbabic@denx.de Cc: Tom Rini trini@ti.com --- include/configs/mt_ventoux.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/include/configs/mt_ventoux.h b/include/configs/mt_ventoux.h index 2034b59..5db6d57 100644 --- a/include/configs/mt_ventoux.h +++ b/include/configs/mt_ventoux.h @@ -40,6 +40,16 @@ #define CONFIG_SYS_PROMPT V_PROMPT
/* + * Set its own mtdparts, different from common + */ +#undef MTDIDS_DEFAULT +#undef MTDPARTS_DEFAULT +#define MTDIDS_DEFAULT "nand0=omap2-nand.0" +#define MTDPARTS_DEFAULT "mtdparts=omap2-nand.0:512k(MLO)," \ + "1m(u-boot),256k(env1)," \ + "256k(env2),8m(ubisystem),-(rootfs)" + +/* * FPGA */ #define CONFIG_CMD_FPGA

On Wed, Mar 21, 2012 at 11:14:25AM +0100, Stefano Babic wrote:
Signed-off-by: Stefano Babic sbabic@denx.de Cc: Tom Rini trini@ti.com
Applied to u-boot-ti/master (which I intended to do another pull request of on the 26th).

On Wed, Mar 21, 2012 at 11:14:24AM +0100, Stefano Babic wrote:
Fix chipselect timing for FPGA
Signed-off-by: Stefano Babic sbabic@denx.de Cc: Tom Rini trini@ti.com
Applied to u-boot-ti/master (which I intended to do another pull request of on the 26th).
participants (2)
-
Stefano Babic
-
Tom Rini