aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-sa1100/SA-1100.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-sa1100/SA-1100.h')
-rw-r--r--include/asm-arm/arch-sa1100/SA-1100.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-arm/arch-sa1100/SA-1100.h b/include/asm-arm/arch-sa1100/SA-1100.h
index 62aaf04a390674..d2bb290a74c897 100644
--- a/include/asm-arm/arch-sa1100/SA-1100.h
+++ b/include/asm-arm/arch-sa1100/SA-1100.h
@@ -1439,11 +1439,17 @@
#define MDCNFG_SA1110_DE1 0x00000002 /* DRAM Enable bank 1 */
#define MDCNFG_SA1110_DTIM0 0x00000004 /* DRAM timing type 0/1 */
#define MDCNFG_SA1110_DWID0 0x00000008 /* DRAM bus width 0/1 */
+
#define MDCNFG_SA1110_DRAC0 Fld(3, 4) /* DRAM row addr bit count */
/* bank 0/1 */
#define MDCNFG_SA1110_CDB20 0x00000080 /* Mem Clock divide by 2 0/1 */
#define MDCNFG_SA1110_TRP0 Fld(3, 8) /* RAS precharge 0/1 */
+
+#ifndef CONFIG_SA1100_JORNADA720_FLASHROM
+#define MDCNFG_SA1110_TDL0 Fld(3, 12)
+#else
#define MDCNFG_SA1110_TDL0 Fld(2, 12) /* Data input latch after CAS*/
+#endif
/* deassertion 0/1 */
#define MDCNFG_SA1110_TWR0 Fld(2, 14) /* SDRAM write recovery 0/1 */
#define MDCNFG_SA1110_DE2 0x00010000 /* DRAM Enable bank 0 */