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/setup-sh770x.c | |
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/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[] = { |