diff options
author | Magnus Damm <damm@igel.co.jp> | 2008-07-17 19:16:11 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-28 18:10:37 +0900 |
commit | 6c7d826cf6ff05264f9af04410aee82a08edfb9f (patch) | |
tree | ce110c55b7429071732321f9fcad19b97461f887 /include/asm-sh/migor.h | |
parent | 9ca6ecac505002d0c34b47b394f39aa14b0e6fb6 (diff) | |
download | op-kernel-dev-6c7d826cf6ff05264f9af04410aee82a08edfb9f.zip op-kernel-dev-6c7d826cf6ff05264f9af04410aee82a08edfb9f.tar.gz |
sh: Use clk_always_enable() on sh7722 / Migo-R / SE7722
Use clk_always_enable() on the sh7722 processor and in the board code
for Migo-R and Solution Engine 7722. Remove duplicate MSTPCR register
definitions.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/migor.h')
-rw-r--r-- | include/asm-sh/migor.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-sh/migor.h b/include/asm-sh/migor.h index 2329363..4c409a6 100644 --- a/include/asm-sh/migor.h +++ b/include/asm-sh/migor.h @@ -16,10 +16,6 @@ #include <asm/addrspace.h> /* GPIO */ -#define MSTPCR0 0xa4150030 -#define MSTPCR1 0xa4150034 -#define MSTPCR2 0xa4150038 - #define PORT_PACR 0xa4050100 #define PORT_PDCR 0xa4050106 #define PORT_PECR 0xa4050108 |