]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
ARM: atmel: sama5d3: add timings register
authorBo Shen <voice.shen@atmel.com>
Fri, 1 Aug 2014 08:37:09 +0000 (16:37 +0800)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Thu, 18 Sep 2014 22:11:17 +0000 (00:11 +0200)
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
arch/arm/include/asm/arch-at91/sama5d3_smc.h

index 6caa9b6ed8fdc0f3c2eab1a7f06b8e8d44ccf686..a859b6db9b78a1b85af72ca888c9df06190edf03 100644 (file)
@@ -14,7 +14,8 @@
 #define AT91_ASM_SMC_SETUP0    (ATMEL_BASE_SMC + 0x600)
 #define AT91_ASM_SMC_PULSE0    (ATMEL_BASE_SMC + 0x604)
 #define AT91_ASM_SMC_CYCLE0    (ATMEL_BASE_SMC + 0x608)
-#define AT91_ASM_SMC_MODE0     (ATMEL_BASE_SMC + 0x60C)
+#define AT91_ASM_SMC_TIMINGS0  (ATMEL_BASE_SMC + 0x60c)
+#define AT91_ASM_SMC_MODE0     (ATMEL_BASE_SMC + 0x610)
 #else
 struct at91_cs {
        u32     setup;          /* 0x600 SMC Setup Register */