ARM: clps711x: added missing definitions
authorAlexander Shiyan <shc_work@mail.ru>
Wed, 10 Oct 2012 15:45:30 +0000 (19:45 +0400)
committerArnd Bergmann <arnd@arndb.de>
Thu, 25 Oct 2012 15:22:35 +0000 (17:22 +0200)
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-clps711x/include/mach/clps711x.h

index c82e21ca49c758f30b260a1230d64e93ccf502c0..aee352c00a1feb9f087786b0b4786b842a161b0f 100644 (file)
 #define MEMCFG_BUS_WIDTH_16    (0)
 #define MEMCFG_BUS_WIDTH_8     (3)
 
+#define MEMCFG_SQAEN           (1 << 6)
+#define MEMCFG_CLKENB          (1 << 7)
+
 #define MEMCFG_WAITSTATE_8_3   (0 << 2)
 #define MEMCFG_WAITSTATE_7_3   (1 << 2)
 #define MEMCFG_WAITSTATE_6_3   (2 << 2)