diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/setup-sh7763.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7763.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7763.c b/arch/sh/kernel/cpu/sh4a/setup-sh7763.c index c91f34c9aa83..f1e0c0d36da7 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7763.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7763.c | |||
@@ -118,7 +118,7 @@ static struct sh_timer_config tmu0_platform_data = { | |||
118 | .name = "TMU0", | 118 | .name = "TMU0", |
119 | .channel_offset = 0x04, | 119 | .channel_offset = 0x04, |
120 | .timer_bit = 0, | 120 | .timer_bit = 0, |
121 | .clk = "module_clk", | 121 | .clk = "peripheral_clk", |
122 | .clockevent_rating = 200, | 122 | .clockevent_rating = 200, |
123 | }; | 123 | }; |
124 | 124 | ||
@@ -149,7 +149,7 @@ static struct sh_timer_config tmu1_platform_data = { | |||
149 | .name = "TMU1", | 149 | .name = "TMU1", |
150 | .channel_offset = 0x10, | 150 | .channel_offset = 0x10, |
151 | .timer_bit = 1, | 151 | .timer_bit = 1, |
152 | .clk = "module_clk", | 152 | .clk = "peripheral_clk", |
153 | .clocksource_rating = 200, | 153 | .clocksource_rating = 200, |
154 | }; | 154 | }; |
155 | 155 | ||
@@ -180,7 +180,7 @@ static struct sh_timer_config tmu2_platform_data = { | |||
180 | .name = "TMU2", | 180 | .name = "TMU2", |
181 | .channel_offset = 0x1c, | 181 | .channel_offset = 0x1c, |
182 | .timer_bit = 2, | 182 | .timer_bit = 2, |
183 | .clk = "module_clk", | 183 | .clk = "peripheral_clk", |
184 | }; | 184 | }; |
185 | 185 | ||
186 | static struct resource tmu2_resources[] = { | 186 | static struct resource tmu2_resources[] = { |
@@ -210,7 +210,7 @@ static struct sh_timer_config tmu3_platform_data = { | |||
210 | .name = "TMU3", | 210 | .name = "TMU3", |
211 | .channel_offset = 0x04, | 211 | .channel_offset = 0x04, |
212 | .timer_bit = 0, | 212 | .timer_bit = 0, |
213 | .clk = "module_clk", | 213 | .clk = "peripheral_clk", |
214 | }; | 214 | }; |
215 | 215 | ||
216 | static struct resource tmu3_resources[] = { | 216 | static struct resource tmu3_resources[] = { |
@@ -240,7 +240,7 @@ static struct sh_timer_config tmu4_platform_data = { | |||
240 | .name = "TMU4", | 240 | .name = "TMU4", |
241 | .channel_offset = 0x10, | 241 | .channel_offset = 0x10, |
242 | .timer_bit = 1, | 242 | .timer_bit = 1, |
243 | .clk = "module_clk", | 243 | .clk = "peripheral_clk", |
244 | }; | 244 | }; |
245 | 245 | ||
246 | static struct resource tmu4_resources[] = { | 246 | static struct resource tmu4_resources[] = { |
@@ -270,7 +270,7 @@ static struct sh_timer_config tmu5_platform_data = { | |||
270 | .name = "TMU5", | 270 | .name = "TMU5", |
271 | .channel_offset = 0x1c, | 271 | .channel_offset = 0x1c, |
272 | .timer_bit = 2, | 272 | .timer_bit = 2, |
273 | .clk = "module_clk", | 273 | .clk = "peripheral_clk", |
274 | }; | 274 | }; |
275 | 275 | ||
276 | static struct resource tmu5_resources[] = { | 276 | static struct resource tmu5_resources[] = { |