diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh3/setup-sh770x.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh3/setup-sh770x.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sh/kernel/cpu/sh3/setup-sh770x.c b/arch/sh/kernel/cpu/sh3/setup-sh770x.c index 9412d915b84e..c56306798584 100644 --- a/arch/sh/kernel/cpu/sh3/setup-sh770x.c +++ b/arch/sh/kernel/cpu/sh3/setup-sh770x.c | |||
@@ -149,7 +149,7 @@ static struct sh_timer_config tmu0_platform_data = { | |||
149 | .name = "TMU0", | 149 | .name = "TMU0", |
150 | .channel_offset = 0x02, | 150 | .channel_offset = 0x02, |
151 | .timer_bit = 0, | 151 | .timer_bit = 0, |
152 | .clk = "module_clk", | 152 | .clk = "peripheral_clk", |
153 | .clockevent_rating = 200, | 153 | .clockevent_rating = 200, |
154 | }; | 154 | }; |
155 | 155 | ||
@@ -180,7 +180,7 @@ static struct sh_timer_config tmu1_platform_data = { | |||
180 | .name = "TMU1", | 180 | .name = "TMU1", |
181 | .channel_offset = 0xe, | 181 | .channel_offset = 0xe, |
182 | .timer_bit = 1, | 182 | .timer_bit = 1, |
183 | .clk = "module_clk", | 183 | .clk = "peripheral_clk", |
184 | .clocksource_rating = 200, | 184 | .clocksource_rating = 200, |
185 | }; | 185 | }; |
186 | 186 | ||
@@ -211,7 +211,7 @@ static struct sh_timer_config tmu2_platform_data = { | |||
211 | .name = "TMU2", | 211 | .name = "TMU2", |
212 | .channel_offset = 0x1a, | 212 | .channel_offset = 0x1a, |
213 | .timer_bit = 2, | 213 | .timer_bit = 2, |
214 | .clk = "module_clk", | 214 | .clk = "peripheral_clk", |
215 | }; | 215 | }; |
216 | 216 | ||
217 | static struct resource tmu2_resources[] = { | 217 | static struct resource tmu2_resources[] = { |