Skip to content

Commit

Permalink
ARM: clps711x: added missing definitions
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Alexander Shiyan authored and Arnd Bergmann committed Oct 25, 2012
1 parent 74fde6d commit 36504ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/mach-clps711x/include/mach/clps711x.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@
#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)
Expand Down

0 comments on commit 36504ac

Please sign in to comment.