mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 14:40:41 +00:00
ARM: atmel: sama5d3: add timings register
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>
This commit is contained in:
parent
d6b7943464
commit
7b1dc26fae
1 changed files with 2 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue