diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/setup-shx3.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-shx3.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-shx3.c b/arch/sh/kernel/cpu/sh4a/setup-shx3.c index 9d5185b42f13..53c65fd9ccef 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-shx3.c +++ b/arch/sh/kernel/cpu/sh4a/setup-shx3.c | |||
@@ -53,7 +53,7 @@ static struct sh_timer_config tmu0_platform_data = { | |||
53 | .name = "TMU0", | 53 | .name = "TMU0", |
54 | .channel_offset = 0x04, | 54 | .channel_offset = 0x04, |
55 | .timer_bit = 0, | 55 | .timer_bit = 0, |
56 | .clk = "module_clk", | 56 | .clk = "peripheral_clk", |
57 | .clockevent_rating = 200, | 57 | .clockevent_rating = 200, |
58 | }; | 58 | }; |
59 | 59 | ||
@@ -84,7 +84,7 @@ static struct sh_timer_config tmu1_platform_data = { | |||
84 | .name = "TMU1", | 84 | .name = "TMU1", |
85 | .channel_offset = 0x10, | 85 | .channel_offset = 0x10, |
86 | .timer_bit = 1, | 86 | .timer_bit = 1, |
87 | .clk = "module_clk", | 87 | .clk = "peripheral_clk", |
88 | .clocksource_rating = 200, | 88 | .clocksource_rating = 200, |
89 | }; | 89 | }; |
90 | 90 | ||
@@ -115,7 +115,7 @@ static struct sh_timer_config tmu2_platform_data = { | |||
115 | .name = "TMU2", | 115 | .name = "TMU2", |
116 | .channel_offset = 0x1c, | 116 | .channel_offset = 0x1c, |
117 | .timer_bit = 2, | 117 | .timer_bit = 2, |
118 | .clk = "module_clk", | 118 | .clk = "peripheral_clk", |
119 | }; | 119 | }; |
120 | 120 | ||
121 | static struct resource tmu2_resources[] = { | 121 | static struct resource tmu2_resources[] = { |
@@ -145,7 +145,7 @@ static struct sh_timer_config tmu3_platform_data = { | |||
145 | .name = "TMU3", | 145 | .name = "TMU3", |
146 | .channel_offset = 0x04, | 146 | .channel_offset = 0x04, |
147 | .timer_bit = 0, | 147 | .timer_bit = 0, |
148 | .clk = "module_clk", | 148 | .clk = "peripheral_clk", |
149 | }; | 149 | }; |
150 | 150 | ||
151 | static struct resource tmu3_resources[] = { | 151 | static struct resource tmu3_resources[] = { |
@@ -175,7 +175,7 @@ static struct sh_timer_config tmu4_platform_data = { | |||
175 | .name = "TMU4", | 175 | .name = "TMU4", |
176 | .channel_offset = 0x10, | 176 | .channel_offset = 0x10, |
177 | .timer_bit = 1, | 177 | .timer_bit = 1, |
178 | .clk = "module_clk", | 178 | .clk = "peripheral_clk", |
179 | }; | 179 | }; |
180 | 180 | ||
181 | static struct resource tmu4_resources[] = { | 181 | static struct resource tmu4_resources[] = { |
@@ -205,7 +205,7 @@ static struct sh_timer_config tmu5_platform_data = { | |||
205 | .name = "TMU5", | 205 | .name = "TMU5", |
206 | .channel_offset = 0x1c, | 206 | .channel_offset = 0x1c, |
207 | .timer_bit = 2, | 207 | .timer_bit = 2, |
208 | .clk = "module_clk", | 208 | .clk = "peripheral_clk", |
209 | }; | 209 | }; |
210 | 210 | ||
211 | static struct resource tmu5_resources[] = { | 211 | static struct resource tmu5_resources[] = { |