projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74fde6d
)
ARM: clps711x: added missing definitions
author
Alexander Shiyan
<shc_work@mail.ru>
Wed, 10 Oct 2012 15:45:30 +0000
(19:45 +0400)
committer
Arnd 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-clps711x/include/mach/clps711x.h
b/arch/arm/mach-clps711x/include/mach/clps711x.h
index
c82e21c
..
aee352c
100644
(file)
--- a/
arch/arm/mach-clps711x/include/mach/clps711x.h
+++ b/
arch/arm/mach-clps711x/include/mach/clps711x.h
@@
-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)