aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh3
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-03-29 04:25:03 -0400
committerPaul Mundt <lethal@linux-sh.org>2010-03-29 04:25:03 -0400
commit4dc50a068ad8fbbd2dd6dd5ac8ac2652589ba046 (patch)
treed3c3eab18ba28f794c713d2e9de19ecb49c6b808 /arch/sh/kernel/cpu/sh3
parent0776d602abe61871d27accd8e3bcb225a96f4a9f (diff)
sh: Kill off timer clock strings for legacy CPG parts.
Now with the lookup aliases in place there is no longer any need to provide the clock string, kill it off for all legacy CPG CPUs. 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.c3
-rw-r--r--arch/sh/kernel/cpu/sh3/setup-sh770x.c3
-rw-r--r--arch/sh/kernel/cpu/sh3/setup-sh7710.c3
-rw-r--r--arch/sh/kernel/cpu/sh3/setup-sh7720.c8
4 files changed, 0 insertions, 17 deletions
diff --git a/arch/sh/kernel/cpu/sh3/setup-sh7705.c b/arch/sh/kernel/cpu/sh3/setup-sh7705.c
index 5e45fb7338fd..baadd7f54d94 100644
--- a/arch/sh/kernel/cpu/sh3/setup-sh7705.c
+++ b/arch/sh/kernel/cpu/sh3/setup-sh7705.c
@@ -126,7 +126,6 @@ static struct platform_device rtc_device = {
126static struct sh_timer_config tmu0_platform_data = { 126static struct sh_timer_config tmu0_platform_data = {
127 .channel_offset = 0x02, 127 .channel_offset = 0x02,
128 .timer_bit = 0, 128 .timer_bit = 0,
129 .clk = "peripheral_clk",
130 .clockevent_rating = 200, 129 .clockevent_rating = 200,
131}; 130};
132 131
@@ -155,7 +154,6 @@ static struct platform_device tmu0_device = {
155static struct sh_timer_config tmu1_platform_data = { 154static struct sh_timer_config tmu1_platform_data = {
156 .channel_offset = 0xe, 155 .channel_offset = 0xe,
157 .timer_bit = 1, 156 .timer_bit = 1,
158 .clk = "peripheral_clk",
159 .clocksource_rating = 200, 157 .clocksource_rating = 200,
160}; 158};
161 159
@@ -184,7 +182,6 @@ static struct platform_device tmu1_device = {
184static struct sh_timer_config tmu2_platform_data = { 182static struct sh_timer_config tmu2_platform_data = {
185 .channel_offset = 0x1a, 183 .channel_offset = 0x1a,
186 .timer_bit = 2, 184 .timer_bit = 2,
187 .clk = "peripheral_clk",
188}; 185};
189 186
190static struct resource tmu2_resources[] = { 187static 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 9adb853a9184..3cf8c8ef7b32 100644
--- a/arch/sh/kernel/cpu/sh3/setup-sh770x.c
+++ b/arch/sh/kernel/cpu/sh3/setup-sh770x.c
@@ -159,7 +159,6 @@ static struct platform_device scif2_device = {
159static struct sh_timer_config tmu0_platform_data = { 159static struct sh_timer_config tmu0_platform_data = {
160 .channel_offset = 0x02, 160 .channel_offset = 0x02,
161 .timer_bit = 0, 161 .timer_bit = 0,
162 .clk = "peripheral_clk",
163 .clockevent_rating = 200, 162 .clockevent_rating = 200,
164}; 163};
165 164
@@ -188,7 +187,6 @@ static struct platform_device tmu0_device = {
188static struct sh_timer_config tmu1_platform_data = { 187static struct sh_timer_config tmu1_platform_data = {
189 .channel_offset = 0xe, 188 .channel_offset = 0xe,
190 .timer_bit = 1, 189 .timer_bit = 1,
191 .clk = "peripheral_clk",
192 .clocksource_rating = 200, 190 .clocksource_rating = 200,
193}; 191};
194 192
@@ -217,7 +215,6 @@ static struct platform_device tmu1_device = {
217static struct sh_timer_config tmu2_platform_data = { 215static struct sh_timer_config tmu2_platform_data = {
218 .channel_offset = 0x1a, 216 .channel_offset = 0x1a,
219 .timer_bit = 2, 217 .timer_bit = 2,
220 .clk = "peripheral_clk",
221}; 218};
222 219
223static struct resource tmu2_resources[] = { 220static 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 2e581e30d13d..b0c2fb4ab479 100644
--- a/arch/sh/kernel/cpu/sh3/setup-sh7710.c
+++ b/arch/sh/kernel/cpu/sh3/setup-sh7710.c
@@ -129,7 +129,6 @@ static struct platform_device scif1_device = {
129static struct sh_timer_config tmu0_platform_data = { 129static struct sh_timer_config tmu0_platform_data = {
130 .channel_offset = 0x02, 130 .channel_offset = 0x02,
131 .timer_bit = 0, 131 .timer_bit = 0,
132 .clk = "peripheral_clk",
133 .clockevent_rating = 200, 132 .clockevent_rating = 200,
134}; 133};
135 134
@@ -158,7 +157,6 @@ static struct platform_device tmu0_device = {
158static struct sh_timer_config tmu1_platform_data = { 157static struct sh_timer_config tmu1_platform_data = {
159 .channel_offset = 0xe, 158 .channel_offset = 0xe,
160 .timer_bit = 1, 159 .timer_bit = 1,
161 .clk = "peripheral_clk",
162 .clocksource_rating = 200, 160 .clocksource_rating = 200,
163}; 161};
164 162
@@ -187,7 +185,6 @@ static struct platform_device tmu1_device = {
187static struct sh_timer_config tmu2_platform_data = { 185static struct sh_timer_config tmu2_platform_data = {
188 .channel_offset = 0x1a, 186 .channel_offset = 0x1a,
189 .timer_bit = 2, 187 .timer_bit = 2,
190 .clk = "peripheral_clk",
191}; 188};
192 189
193static struct resource tmu2_resources[] = { 190static 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 9a006e13b41d..24b17135d5d2 100644
--- a/arch/sh/kernel/cpu/sh3/setup-sh7720.c
+++ b/arch/sh/kernel/cpu/sh3/setup-sh7720.c
@@ -132,7 +132,6 @@ static struct platform_device usbf_device = {
132static struct sh_timer_config cmt0_platform_data = { 132static struct sh_timer_config cmt0_platform_data = {
133 .channel_offset = 0x10, 133 .channel_offset = 0x10,
134 .timer_bit = 0, 134 .timer_bit = 0,
135 .clk = "peripheral_clk",
136 .clockevent_rating = 125, 135 .clockevent_rating = 125,
137 .clocksource_rating = 125, 136 .clocksource_rating = 125,
138}; 137};
@@ -162,7 +161,6 @@ static struct platform_device cmt0_device = {
162static struct sh_timer_config cmt1_platform_data = { 161static struct sh_timer_config cmt1_platform_data = {
163 .channel_offset = 0x20, 162 .channel_offset = 0x20,
164 .timer_bit = 1, 163 .timer_bit = 1,
165 .clk = "peripheral_clk",
166}; 164};
167 165
168static struct resource cmt1_resources[] = { 166static struct resource cmt1_resources[] = {
@@ -190,7 +188,6 @@ static struct platform_device cmt1_device = {
190static struct sh_timer_config cmt2_platform_data = { 188static struct sh_timer_config cmt2_platform_data = {
191 .channel_offset = 0x30, 189 .channel_offset = 0x30,
192 .timer_bit = 2, 190 .timer_bit = 2,
193 .clk = "peripheral_clk",
194}; 191};
195 192
196static struct resource cmt2_resources[] = { 193static struct resource cmt2_resources[] = {
@@ -218,7 +215,6 @@ static struct platform_device cmt2_device = {
218static struct sh_timer_config cmt3_platform_data = { 215static struct sh_timer_config cmt3_platform_data = {
219 .channel_offset = 0x40, 216 .channel_offset = 0x40,
220 .timer_bit = 3, 217 .timer_bit = 3,
221 .clk = "peripheral_clk",
222}; 218};
223 219
224static struct resource cmt3_resources[] = { 220static struct resource cmt3_resources[] = {
@@ -246,7 +242,6 @@ static struct platform_device cmt3_device = {
246static struct sh_timer_config cmt4_platform_data = { 242static struct sh_timer_config cmt4_platform_data = {
247 .channel_offset = 0x50, 243 .channel_offset = 0x50,
248 .timer_bit = 4, 244 .timer_bit = 4,
249 .clk = "peripheral_clk",
250}; 245};
251 246
252static struct resource cmt4_resources[] = { 247static struct resource cmt4_resources[] = {
@@ -274,7 +269,6 @@ static struct platform_device cmt4_device = {
274static struct sh_timer_config tmu0_platform_data = { 269static struct sh_timer_config tmu0_platform_data = {
275 .channel_offset = 0x02, 270 .channel_offset = 0x02,
276 .timer_bit = 0, 271 .timer_bit = 0,
277 .clk = "peripheral_clk",
278 .clockevent_rating = 200, 272 .clockevent_rating = 200,
279}; 273};
280 274
@@ -303,7 +297,6 @@ static struct platform_device tmu0_device = {
303static struct sh_timer_config tmu1_platform_data = { 297static struct sh_timer_config tmu1_platform_data = {
304 .channel_offset = 0xe, 298 .channel_offset = 0xe,
305 .timer_bit = 1, 299 .timer_bit = 1,
306 .clk = "peripheral_clk",
307 .clocksource_rating = 200, 300 .clocksource_rating = 200,
308}; 301};
309 302
@@ -332,7 +325,6 @@ static struct platform_device tmu1_device = {
332static struct sh_timer_config tmu2_platform_data = { 325static struct sh_timer_config tmu2_platform_data = {
333 .channel_offset = 0x1a, 326 .channel_offset = 0x1a,
334 .timer_bit = 2, 327 .timer_bit = 2,
335 .clk = "peripheral_clk",
336}; 328};
337 329
338static struct resource tmu2_resources[] = { 330static struct resource tmu2_resources[] = {