diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-13 03:59:40 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-13 03:59:40 -0400 |
commit | af777ce42d3d51cdef353ce296d6f99dc503feef (patch) | |
tree | d0f1f8d9b485da129b0298fd0d74ab8c829884e0 /arch/sh/kernel/cpu/sh3 | |
parent | fd5b12458b25a88eb6f6b56464846d98a45e8928 (diff) |
sh: clkfwk: module_clk -> peripheral_clk rename.
For consistenct naming, and to allow us to fix up some confusion in the
SH-Mobile clock framework, amongst other places.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh3')
-rw-r--r-- | arch/sh/kernel/cpu/sh3/setup-sh7705.c | 6 | ||||
-rw-r--r-- | arch/sh/kernel/cpu/sh3/setup-sh770x.c | 6 | ||||
-rw-r--r-- | arch/sh/kernel/cpu/sh3/setup-sh7710.c | 6 | ||||
-rw-r--r-- | arch/sh/kernel/cpu/sh3/setup-sh7720.c | 16 |
4 files changed, 17 insertions, 17 deletions
diff --git a/arch/sh/kernel/cpu/sh3/setup-sh7705.c b/arch/sh/kernel/cpu/sh3/setup-sh7705.c index 39513664d5d..88f742fed9e 100644 --- a/arch/sh/kernel/cpu/sh3/setup-sh7705.c +++ b/arch/sh/kernel/cpu/sh3/setup-sh7705.c | |||
@@ -121,7 +121,7 @@ static struct sh_timer_config tmu0_platform_data = { | |||
121 | .name = "TMU0", | 121 | .name = "TMU0", |
122 | .channel_offset = 0x02, | 122 | .channel_offset = 0x02, |
123 | .timer_bit = 0, | 123 | .timer_bit = 0, |
124 | .clk = "module_clk", | 124 | .clk = "peripheral_clk", |
125 | .clockevent_rating = 200, | 125 | .clockevent_rating = 200, |
126 | }; | 126 | }; |
127 | 127 | ||
@@ -152,7 +152,7 @@ static struct sh_timer_config tmu1_platform_data = { | |||
152 | .name = "TMU1", | 152 | .name = "TMU1", |
153 | .channel_offset = 0xe, | 153 | .channel_offset = 0xe, |
154 | .timer_bit = 1, | 154 | .timer_bit = 1, |
155 | .clk = "module_clk", | 155 | .clk = "peripheral_clk", |
156 | .clocksource_rating = 200, | 156 | .clocksource_rating = 200, |
157 | }; | 157 | }; |
158 | 158 | ||
@@ -183,7 +183,7 @@ static struct sh_timer_config tmu2_platform_data = { | |||
183 | .name = "TMU2", | 183 | .name = "TMU2", |
184 | .channel_offset = 0x1a, | 184 | .channel_offset = 0x1a, |
185 | .timer_bit = 2, | 185 | .timer_bit = 2, |
186 | .clk = "module_clk", | 186 | .clk = "peripheral_clk", |
187 | }; | 187 | }; |
188 | 188 | ||
189 | static struct resource tmu2_resources[] = { | 189 | static struct resource tmu2_resources[] = { |
diff --git a/arch/sh/kernel/cpu/sh3/setup-sh770x.c b/arch/sh/kernel/cpu/sh3/setup-sh770x.c index 9412d915b84..c5630679858 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[] = { |
diff --git a/arch/sh/kernel/cpu/sh3/setup-sh7710.c b/arch/sh/kernel/cpu/sh3/setup-sh7710.c index 07ff38d055a..efa76c8148f 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[] = { |
diff --git a/arch/sh/kernel/cpu/sh3/setup-sh7720.c b/arch/sh/kernel/cpu/sh3/setup-sh7720.c index d8b46f5dff6..5b2107798ed 100644 --- a/arch/sh/kernel/cpu/sh3/setup-sh7720.c +++ b/arch/sh/kernel/cpu/sh3/setup-sh7720.c | |||
@@ -128,7 +128,7 @@ static struct sh_timer_config cmt0_platform_data = { | |||
128 | .name = "CMT0", | 128 | .name = "CMT0", |
129 | .channel_offset = 0x10, | 129 | .channel_offset = 0x10, |
130 | .timer_bit = 0, | 130 | .timer_bit = 0, |
131 | .clk = "module_clk", | 131 | .clk = "peripheral_clk", |
132 | .clockevent_rating = 125, | 132 | .clockevent_rating = 125, |
133 | .clocksource_rating = 125, | 133 | .clocksource_rating = 125, |
134 | }; | 134 | }; |
@@ -160,7 +160,7 @@ static struct sh_timer_config cmt1_platform_data = { | |||
160 | .name = "CMT1", | 160 | .name = "CMT1", |
161 | .channel_offset = 0x20, | 161 | .channel_offset = 0x20, |
162 | .timer_bit = 1, | 162 | .timer_bit = 1, |
163 | .clk = "module_clk", | 163 | .clk = "peripheral_clk", |
164 | }; | 164 | }; |
165 | 165 | ||
166 | static struct resource cmt1_resources[] = { | 166 | static struct resource cmt1_resources[] = { |
@@ -190,7 +190,7 @@ static struct sh_timer_config cmt2_platform_data = { | |||
190 | .name = "CMT2", | 190 | .name = "CMT2", |
191 | .channel_offset = 0x30, | 191 | .channel_offset = 0x30, |
192 | .timer_bit = 2, | 192 | .timer_bit = 2, |
193 | .clk = "module_clk", | 193 | .clk = "peripheral_clk", |
194 | }; | 194 | }; |
195 | 195 | ||
196 | static struct resource cmt2_resources[] = { | 196 | static struct resource cmt2_resources[] = { |
@@ -220,7 +220,7 @@ static struct sh_timer_config cmt3_platform_data = { | |||
220 | .name = "CMT3", | 220 | .name = "CMT3", |
221 | .channel_offset = 0x40, | 221 | .channel_offset = 0x40, |
222 | .timer_bit = 3, | 222 | .timer_bit = 3, |
223 | .clk = "module_clk", | 223 | .clk = "peripheral_clk", |
224 | }; | 224 | }; |
225 | 225 | ||
226 | static struct resource cmt3_resources[] = { | 226 | static struct resource cmt3_resources[] = { |
@@ -250,7 +250,7 @@ static struct sh_timer_config cmt4_platform_data = { | |||
250 | .name = "CMT4", | 250 | .name = "CMT4", |
251 | .channel_offset = 0x50, | 251 | .channel_offset = 0x50, |
252 | .timer_bit = 4, | 252 | .timer_bit = 4, |
253 | .clk = "module_clk", | 253 | .clk = "peripheral_clk", |
254 | }; | 254 | }; |
255 | 255 | ||
256 | static struct resource cmt4_resources[] = { | 256 | static struct resource cmt4_resources[] = { |
@@ -280,7 +280,7 @@ static struct sh_timer_config tmu0_platform_data = { | |||
280 | .name = "TMU0", | 280 | .name = "TMU0", |
281 | .channel_offset = 0x02, | 281 | .channel_offset = 0x02, |
282 | .timer_bit = 0, | 282 | .timer_bit = 0, |
283 | .clk = "module_clk", | 283 | .clk = "peripheral_clk", |
284 | .clockevent_rating = 200, | 284 | .clockevent_rating = 200, |
285 | }; | 285 | }; |
286 | 286 | ||
@@ -311,7 +311,7 @@ static struct sh_timer_config tmu1_platform_data = { | |||
311 | .name = "TMU1", | 311 | .name = "TMU1", |
312 | .channel_offset = 0xe, | 312 | .channel_offset = 0xe, |
313 | .timer_bit = 1, | 313 | .timer_bit = 1, |
314 | .clk = "module_clk", | 314 | .clk = "peripheral_clk", |
315 | .clocksource_rating = 200, | 315 | .clocksource_rating = 200, |
316 | }; | 316 | }; |
317 | 317 | ||
@@ -342,7 +342,7 @@ static struct sh_timer_config tmu2_platform_data = { | |||
342 | .name = "TMU2", | 342 | .name = "TMU2", |
343 | .channel_offset = 0x1a, | 343 | .channel_offset = 0x1a, |
344 | .timer_bit = 2, | 344 | .timer_bit = 2, |
345 | .clk = "module_clk", | 345 | .clk = "peripheral_clk", |
346 | }; | 346 | }; |
347 | 347 | ||
348 | static struct resource tmu2_resources[] = { | 348 | static struct resource tmu2_resources[] = { |