diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh3/setup-sh7710.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh3/setup-sh7710.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sh/kernel/cpu/sh3/setup-sh7710.c b/arch/sh/kernel/cpu/sh3/setup-sh7710.c index 07ff38d055a7..efa76c8148f4 100644 --- a/arch/sh/kernel/cpu/sh3/setup-sh7710.c +++ b/arch/sh/kernel/cpu/sh3/setup-sh7710.c | |||
@@ -125,7 +125,7 @@ static struct sh_timer_config tmu0_platform_data = { | |||
125 | .name = "TMU0", | 125 | .name = "TMU0", |
126 | .channel_offset = 0x02, | 126 | .channel_offset = 0x02, |
127 | .timer_bit = 0, | 127 | .timer_bit = 0, |
128 | .clk = "module_clk", | 128 | .clk = "peripheral_clk", |
129 | .clockevent_rating = 200, | 129 | .clockevent_rating = 200, |
130 | }; | 130 | }; |
131 | 131 | ||
@@ -156,7 +156,7 @@ static struct sh_timer_config tmu1_platform_data = { | |||
156 | .name = "TMU1", | 156 | .name = "TMU1", |
157 | .channel_offset = 0xe, | 157 | .channel_offset = 0xe, |
158 | .timer_bit = 1, | 158 | .timer_bit = 1, |
159 | .clk = "module_clk", | 159 | .clk = "peripheral_clk", |
160 | .clocksource_rating = 200, | 160 | .clocksource_rating = 200, |
161 | }; | 161 | }; |
162 | 162 | ||
@@ -187,7 +187,7 @@ static struct sh_timer_config tmu2_platform_data = { | |||
187 | .name = "TMU2", | 187 | .name = "TMU2", |
188 | .channel_offset = 0x1a, | 188 | .channel_offset = 0x1a, |
189 | .timer_bit = 2, | 189 | .timer_bit = 2, |
190 | .clk = "module_clk", | 190 | .clk = "peripheral_clk", |
191 | }; | 191 | }; |
192 | 192 | ||
193 | static struct resource tmu2_resources[] = { | 193 | static struct resource tmu2_resources[] = { |