diff options
author | Magnus Damm <damm@igel.co.jp> | 2008-07-17 06:18:24 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-28 05:10:37 -0400 |
commit | 8fa509ab915f668093c270151f884220232bfb25 (patch) | |
tree | 316da9d273a357944ad35243ba3d40d843881485 /include | |
parent | 6c7d826cf6ff05264f9af04410aee82a08edfb9f (diff) |
sh: Use clk_always_enable() on sh7343 / SE77343
Use clk_always_enable() on the sh7343 processor and in the board code
for Solution Engine 7343. 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')
-rw-r--r-- | include/asm-sh/se7343.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-sh/se7343.h b/include/asm-sh/se7343.h index 8d2af779fbc9..98458460e632 100644 --- a/include/asm-sh/se7343.h +++ b/include/asm-sh/se7343.h | |||
@@ -115,10 +115,6 @@ | |||
115 | #define PORT_PWDR 0xA4050166 | 115 | #define PORT_PWDR 0xA4050166 |
116 | #define PORT_PYDR 0xA4050168 | 116 | #define PORT_PYDR 0xA4050168 |
117 | 117 | ||
118 | #define MSTPCR0 0xA4150030 | ||
119 | #define MSTPCR1 0xA4150034 | ||
120 | #define MSTPCR2 0xA4150038 | ||
121 | |||
122 | #define FPGA_IN 0xb1400000 | 118 | #define FPGA_IN 0xb1400000 |
123 | #define FPGA_OUT 0xb1400002 | 119 | #define FPGA_OUT 0xb1400002 |
124 | 120 | ||