diff options
author | Magnus Damm <damm@igel.co.jp> | 2008-10-31 07:22:38 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:42:51 -0500 |
commit | 765786e0aead7faf6c333176d22948c6f155fff1 (patch) | |
tree | 02aab6142a8f215a6228512aedd6709730f72ea3 /arch/sh/kernel | |
parent | af5be79a7f8d7067588dc2863d37f7cd22e5f2de (diff) |
sh: sh_mobile usb clock framework support
Add clock framework support to the usb/r8a66597 driver and
adjust the cpu specific code accordingly.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7366.c | 1 | ||||
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7723.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7366.c b/arch/sh/kernel/cpu/sh4a/setup-sh7366.c index 2f0905a1b211..5f92c864d7bc 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7366.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7366.c | |||
@@ -185,7 +185,6 @@ static int __init sh7366_devices_setup(void) | |||
185 | clk_always_enable("mstp023"); /* INTC3 */ | 185 | clk_always_enable("mstp023"); /* INTC3 */ |
186 | clk_always_enable("mstp022"); /* INTC */ | 186 | clk_always_enable("mstp022"); /* INTC */ |
187 | clk_always_enable("mstp020"); /* SuperHyway */ | 187 | clk_always_enable("mstp020"); /* SuperHyway */ |
188 | clk_always_enable("mstp211"); /* USB */ | ||
189 | clk_always_enable("mstp207"); /* VEU-2 */ | 188 | clk_always_enable("mstp207"); /* VEU-2 */ |
190 | clk_always_enable("mstp202"); /* VEU-1 */ | 189 | clk_always_enable("mstp202"); /* VEU-1 */ |
191 | clk_always_enable("mstp201"); /* VPU */ | 190 | clk_always_enable("mstp201"); /* VPU */ |
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7723.c b/arch/sh/kernel/cpu/sh4a/setup-sh7723.c index 63ec348dec70..e9c9d7ead2b3 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7723.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7723.c | |||
@@ -240,7 +240,6 @@ static int __init sh7723_devices_setup(void) | |||
240 | clk_always_enable("mstp020"); /* SuperHyway */ | 240 | clk_always_enable("mstp020"); /* SuperHyway */ |
241 | clk_always_enable("mstp000"); /* MERAM */ | 241 | clk_always_enable("mstp000"); /* MERAM */ |
242 | clk_always_enable("mstp108"); /* RTC */ | 242 | clk_always_enable("mstp108"); /* RTC */ |
243 | clk_always_enable("mstp211"); /* USB */ | ||
244 | clk_always_enable("mstp206"); /* VEU2H1 */ | 243 | clk_always_enable("mstp206"); /* VEU2H1 */ |
245 | clk_always_enable("mstp202"); /* VEU2H0 */ | 244 | clk_always_enable("mstp202"); /* VEU2H0 */ |
246 | clk_always_enable("mstp201"); /* VPU */ | 245 | clk_always_enable("mstp201"); /* VPU */ |