diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2012-10-10 11:45:30 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-10-25 11:22:35 -0400 |
commit | 36504ac131d14611dded451dd8b9f8426d084111 (patch) | |
tree | 3157cca53dd1ecde66aa6dd68c8277d26aa9fee3 /arch | |
parent | 74fde6de4f33e6d6bc3120ad517b8a4e4eae1851 (diff) |
ARM: clps711x: added missing definitions
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-clps711x/include/mach/clps711x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-clps711x/include/mach/clps711x.h b/arch/arm/mach-clps711x/include/mach/clps711x.h index c82e21ca49c7..aee352c00a1f 100644 --- a/arch/arm/mach-clps711x/include/mach/clps711x.h +++ b/arch/arm/mach-clps711x/include/mach/clps711x.h | |||
@@ -257,6 +257,9 @@ | |||
257 | #define MEMCFG_BUS_WIDTH_16 (0) | 257 | #define MEMCFG_BUS_WIDTH_16 (0) |
258 | #define MEMCFG_BUS_WIDTH_8 (3) | 258 | #define MEMCFG_BUS_WIDTH_8 (3) |
259 | 259 | ||
260 | #define MEMCFG_SQAEN (1 << 6) | ||
261 | #define MEMCFG_CLKENB (1 << 7) | ||
262 | |||
260 | #define MEMCFG_WAITSTATE_8_3 (0 << 2) | 263 | #define MEMCFG_WAITSTATE_8_3 (0 << 2) |
261 | #define MEMCFG_WAITSTATE_7_3 (1 << 2) | 264 | #define MEMCFG_WAITSTATE_7_3 (1 << 2) |
262 | #define MEMCFG_WAITSTATE_6_3 (2 << 2) | 265 | #define MEMCFG_WAITSTATE_6_3 (2 << 2) |