diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh2a/setup-sh7203.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh2a/setup-sh7203.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/sh/kernel/cpu/sh2a/setup-sh7203.c b/arch/sh/kernel/cpu/sh2a/setup-sh7203.c index d7493418ba60..62e3039d2398 100644 --- a/arch/sh/kernel/cpu/sh2a/setup-sh7203.c +++ b/arch/sh/kernel/cpu/sh2a/setup-sh7203.c | |||
@@ -211,7 +211,7 @@ static struct sh_timer_config cmt0_platform_data = { | |||
211 | .name = "CMT0", | 211 | .name = "CMT0", |
212 | .channel_offset = 0x02, | 212 | .channel_offset = 0x02, |
213 | .timer_bit = 0, | 213 | .timer_bit = 0, |
214 | .clk = "module_clk", | 214 | .clk = "peripheral_clk", |
215 | .clockevent_rating = 125, | 215 | .clockevent_rating = 125, |
216 | .clocksource_rating = 0, /* disabled due to code generation issues */ | 216 | .clocksource_rating = 0, /* disabled due to code generation issues */ |
217 | }; | 217 | }; |
@@ -243,7 +243,7 @@ static struct sh_timer_config cmt1_platform_data = { | |||
243 | .name = "CMT1", | 243 | .name = "CMT1", |
244 | .channel_offset = 0x08, | 244 | .channel_offset = 0x08, |
245 | .timer_bit = 1, | 245 | .timer_bit = 1, |
246 | .clk = "module_clk", | 246 | .clk = "peripheral_clk", |
247 | .clockevent_rating = 125, | 247 | .clockevent_rating = 125, |
248 | .clocksource_rating = 0, /* disabled due to code generation issues */ | 248 | .clocksource_rating = 0, /* disabled due to code generation issues */ |
249 | }; | 249 | }; |
@@ -275,7 +275,7 @@ static struct sh_timer_config mtu2_0_platform_data = { | |||
275 | .name = "MTU2_0", | 275 | .name = "MTU2_0", |
276 | .channel_offset = -0x80, | 276 | .channel_offset = -0x80, |
277 | .timer_bit = 0, | 277 | .timer_bit = 0, |
278 | .clk = "module_clk", | 278 | .clk = "peripheral_clk", |
279 | .clockevent_rating = 200, | 279 | .clockevent_rating = 200, |
280 | }; | 280 | }; |
281 | 281 | ||
@@ -306,7 +306,7 @@ static struct sh_timer_config mtu2_1_platform_data = { | |||
306 | .name = "MTU2_1", | 306 | .name = "MTU2_1", |
307 | .channel_offset = -0x100, | 307 | .channel_offset = -0x100, |
308 | .timer_bit = 1, | 308 | .timer_bit = 1, |
309 | .clk = "module_clk", | 309 | .clk = "peripheral_clk", |
310 | .clockevent_rating = 200, | 310 | .clockevent_rating = 200, |
311 | }; | 311 | }; |
312 | 312 | ||