diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh2a/setup-sh7201.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh2a/setup-sh7201.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sh/kernel/cpu/sh2a/setup-sh7201.c b/arch/sh/kernel/cpu/sh2a/setup-sh7201.c index 772358b7685e..d8febe128066 100644 --- a/arch/sh/kernel/cpu/sh2a/setup-sh7201.c +++ b/arch/sh/kernel/cpu/sh2a/setup-sh7201.c | |||
@@ -255,7 +255,7 @@ static struct sh_timer_config mtu2_0_platform_data = { | |||
255 | .name = "MTU2_0", | 255 | .name = "MTU2_0", |
256 | .channel_offset = -0x80, | 256 | .channel_offset = -0x80, |
257 | .timer_bit = 0, | 257 | .timer_bit = 0, |
258 | .clk = "module_clk", | 258 | .clk = "peripheral_clk", |
259 | .clockevent_rating = 200, | 259 | .clockevent_rating = 200, |
260 | }; | 260 | }; |
261 | 261 | ||
@@ -286,7 +286,7 @@ static struct sh_timer_config mtu2_1_platform_data = { | |||
286 | .name = "MTU2_1", | 286 | .name = "MTU2_1", |
287 | .channel_offset = -0x100, | 287 | .channel_offset = -0x100, |
288 | .timer_bit = 1, | 288 | .timer_bit = 1, |
289 | .clk = "module_clk", | 289 | .clk = "peripheral_clk", |
290 | .clockevent_rating = 200, | 290 | .clockevent_rating = 200, |
291 | }; | 291 | }; |
292 | 292 | ||
@@ -317,7 +317,7 @@ static struct sh_timer_config mtu2_2_platform_data = { | |||
317 | .name = "MTU2_2", | 317 | .name = "MTU2_2", |
318 | .channel_offset = 0x80, | 318 | .channel_offset = 0x80, |
319 | .timer_bit = 2, | 319 | .timer_bit = 2, |
320 | .clk = "module_clk", | 320 | .clk = "peripheral_clk", |
321 | .clockevent_rating = 200, | 321 | .clockevent_rating = 200, |
322 | }; | 322 | }; |
323 | 323 | ||