aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh4a/setup-sh7770.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/setup-sh7770.c')
-rw-r--r--arch/sh/kernel/cpu/sh4a/setup-sh7770.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7770.c b/arch/sh/kernel/cpu/sh4a/setup-sh7770.c
index b61d6143aaaa..12fb8752d4ff 100644
--- a/arch/sh/kernel/cpu/sh4a/setup-sh7770.c
+++ b/arch/sh/kernel/cpu/sh4a/setup-sh7770.c
@@ -81,7 +81,7 @@ static struct sh_timer_config tmu0_platform_data = {
81 .name = "TMU0", 81 .name = "TMU0",
82 .channel_offset = 0x04, 82 .channel_offset = 0x04,
83 .timer_bit = 0, 83 .timer_bit = 0,
84 .clk = "module_clk", 84 .clk = "peripheral_clk",
85 .clockevent_rating = 200, 85 .clockevent_rating = 200,
86}; 86};
87 87
@@ -112,7 +112,7 @@ static struct sh_timer_config tmu1_platform_data = {
112 .name = "TMU1", 112 .name = "TMU1",
113 .channel_offset = 0x10, 113 .channel_offset = 0x10,
114 .timer_bit = 1, 114 .timer_bit = 1,
115 .clk = "module_clk", 115 .clk = "peripheral_clk",
116 .clocksource_rating = 200, 116 .clocksource_rating = 200,
117}; 117};
118 118
@@ -143,7 +143,7 @@ static struct sh_timer_config tmu2_platform_data = {
143 .name = "TMU2", 143 .name = "TMU2",
144 .channel_offset = 0x1c, 144 .channel_offset = 0x1c,
145 .timer_bit = 2, 145 .timer_bit = 2,
146 .clk = "module_clk", 146 .clk = "peripheral_clk",
147}; 147};
148 148
149static struct resource tmu2_resources[] = { 149static struct resource tmu2_resources[] = {
@@ -173,7 +173,7 @@ static struct sh_timer_config tmu3_platform_data = {
173 .name = "TMU3", 173 .name = "TMU3",
174 .channel_offset = 0x04, 174 .channel_offset = 0x04,
175 .timer_bit = 0, 175 .timer_bit = 0,
176 .clk = "module_clk", 176 .clk = "peripheral_clk",
177}; 177};
178 178
179static struct resource tmu3_resources[] = { 179static struct resource tmu3_resources[] = {
@@ -203,7 +203,7 @@ static struct sh_timer_config tmu4_platform_data = {
203 .name = "TMU4", 203 .name = "TMU4",
204 .channel_offset = 0x10, 204 .channel_offset = 0x10,
205 .timer_bit = 1, 205 .timer_bit = 1,
206 .clk = "module_clk", 206 .clk = "peripheral_clk",
207}; 207};
208 208
209static struct resource tmu4_resources[] = { 209static struct resource tmu4_resources[] = {
@@ -233,7 +233,7 @@ static struct sh_timer_config tmu5_platform_data = {
233 .name = "TMU5", 233 .name = "TMU5",
234 .channel_offset = 0x1c, 234 .channel_offset = 0x1c,
235 .timer_bit = 2, 235 .timer_bit = 2,
236 .clk = "module_clk", 236 .clk = "peripheral_clk",
237}; 237};
238 238
239static struct resource tmu5_resources[] = { 239static struct resource tmu5_resources[] = {
@@ -263,7 +263,7 @@ static struct sh_timer_config tmu6_platform_data = {
263 .name = "TMU6", 263 .name = "TMU6",
264 .channel_offset = 0x04, 264 .channel_offset = 0x04,
265 .timer_bit = 0, 265 .timer_bit = 0,
266 .clk = "module_clk", 266 .clk = "peripheral_clk",
267}; 267};
268 268
269static struct resource tmu6_resources[] = { 269static struct resource tmu6_resources[] = {
@@ -293,7 +293,7 @@ static struct sh_timer_config tmu7_platform_data = {
293 .name = "TMU7", 293 .name = "TMU7",
294 .channel_offset = 0x10, 294 .channel_offset = 0x10,
295 .timer_bit = 1, 295 .timer_bit = 1,
296 .clk = "module_clk", 296 .clk = "peripheral_clk",
297}; 297};
298 298
299static struct resource tmu7_resources[] = { 299static struct resource tmu7_resources[] = {
@@ -323,7 +323,7 @@ static struct sh_timer_config tmu8_platform_data = {
323 .name = "TMU8", 323 .name = "TMU8",
324 .channel_offset = 0x1c, 324 .channel_offset = 0x1c,
325 .timer_bit = 2, 325 .timer_bit = 2,
326 .clk = "module_clk", 326 .clk = "peripheral_clk",
327}; 327};
328 328
329static struct resource tmu8_resources[] = { 329static struct resource tmu8_resources[] = {