aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh4
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/sh4
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/sh4')
-rw-r--r--arch/sh/kernel/cpu/sh4/setup-sh4-202.c3
-rw-r--r--arch/sh/kernel/cpu/sh4/setup-sh7750.c5
-rw-r--r--arch/sh/kernel/cpu/sh4/setup-sh7760.c3
3 files changed, 0 insertions, 11 deletions
diff --git a/arch/sh/kernel/cpu/sh4/setup-sh4-202.c b/arch/sh/kernel/cpu/sh4/setup-sh4-202.c
index 223d06657775..e916b18e1f7c 100644
--- a/arch/sh/kernel/cpu/sh4/setup-sh4-202.c
+++ b/arch/sh/kernel/cpu/sh4/setup-sh4-202.c
@@ -33,7 +33,6 @@ static struct platform_device scif0_device = {
33static struct sh_timer_config tmu0_platform_data = { 33static struct sh_timer_config tmu0_platform_data = {
34 .channel_offset = 0x04, 34 .channel_offset = 0x04,
35 .timer_bit = 0, 35 .timer_bit = 0,
36 .clk = "peripheral_clk",
37 .clockevent_rating = 200, 36 .clockevent_rating = 200,
38}; 37};
39 38
@@ -62,7 +61,6 @@ static struct platform_device tmu0_device = {
62static struct sh_timer_config tmu1_platform_data = { 61static struct sh_timer_config tmu1_platform_data = {
63 .channel_offset = 0x10, 62 .channel_offset = 0x10,
64 .timer_bit = 1, 63 .timer_bit = 1,
65 .clk = "peripheral_clk",
66 .clocksource_rating = 200, 64 .clocksource_rating = 200,
67}; 65};
68 66
@@ -91,7 +89,6 @@ static struct platform_device tmu1_device = {
91static struct sh_timer_config tmu2_platform_data = { 89static struct sh_timer_config tmu2_platform_data = {
92 .channel_offset = 0x1c, 90 .channel_offset = 0x1c,
93 .timer_bit = 2, 91 .timer_bit = 2,
94 .clk = "peripheral_clk",
95}; 92};
96 93
97static struct resource tmu2_resources[] = { 94static struct resource tmu2_resources[] = {
diff --git a/arch/sh/kernel/cpu/sh4/setup-sh7750.c b/arch/sh/kernel/cpu/sh4/setup-sh7750.c
index 2f337b143c8f..911d196e86b5 100644
--- a/arch/sh/kernel/cpu/sh4/setup-sh7750.c
+++ b/arch/sh/kernel/cpu/sh4/setup-sh7750.c
@@ -68,7 +68,6 @@ static struct platform_device scif1_device = {
68static struct sh_timer_config tmu0_platform_data = { 68static struct sh_timer_config tmu0_platform_data = {
69 .channel_offset = 0x04, 69 .channel_offset = 0x04,
70 .timer_bit = 0, 70 .timer_bit = 0,
71 .clk = "peripheral_clk",
72 .clockevent_rating = 200, 71 .clockevent_rating = 200,
73}; 72};
74 73
@@ -97,7 +96,6 @@ static struct platform_device tmu0_device = {
97static struct sh_timer_config tmu1_platform_data = { 96static struct sh_timer_config tmu1_platform_data = {
98 .channel_offset = 0x10, 97 .channel_offset = 0x10,
99 .timer_bit = 1, 98 .timer_bit = 1,
100 .clk = "peripheral_clk",
101 .clocksource_rating = 200, 99 .clocksource_rating = 200,
102}; 100};
103 101
@@ -126,7 +124,6 @@ static struct platform_device tmu1_device = {
126static struct sh_timer_config tmu2_platform_data = { 124static struct sh_timer_config tmu2_platform_data = {
127 .channel_offset = 0x1c, 125 .channel_offset = 0x1c,
128 .timer_bit = 2, 126 .timer_bit = 2,
129 .clk = "peripheral_clk",
130}; 127};
131 128
132static struct resource tmu2_resources[] = { 129static struct resource tmu2_resources[] = {
@@ -159,7 +156,6 @@ static struct platform_device tmu2_device = {
159static struct sh_timer_config tmu3_platform_data = { 156static struct sh_timer_config tmu3_platform_data = {
160 .channel_offset = 0x04, 157 .channel_offset = 0x04,
161 .timer_bit = 0, 158 .timer_bit = 0,
162 .clk = "peripheral_clk",
163}; 159};
164 160
165static struct resource tmu3_resources[] = { 161static struct resource tmu3_resources[] = {
@@ -187,7 +183,6 @@ static struct platform_device tmu3_device = {
187static struct sh_timer_config tmu4_platform_data = { 183static struct sh_timer_config tmu4_platform_data = {
188 .channel_offset = 0x10, 184 .channel_offset = 0x10,
189 .timer_bit = 1, 185 .timer_bit = 1,
190 .clk = "peripheral_clk",
191}; 186};
192 187
193static struct resource tmu4_resources[] = { 188static struct resource tmu4_resources[] = {
diff --git a/arch/sh/kernel/cpu/sh4/setup-sh7760.c b/arch/sh/kernel/cpu/sh4/setup-sh7760.c
index fa43da0502bd..48ea8fe85dc5 100644
--- a/arch/sh/kernel/cpu/sh4/setup-sh7760.c
+++ b/arch/sh/kernel/cpu/sh4/setup-sh7760.c
@@ -189,7 +189,6 @@ static struct platform_device scif3_device = {
189static struct sh_timer_config tmu0_platform_data = { 189static struct sh_timer_config tmu0_platform_data = {
190 .channel_offset = 0x04, 190 .channel_offset = 0x04,
191 .timer_bit = 0, 191 .timer_bit = 0,
192 .clk = "peripheral_clk",
193 .clockevent_rating = 200, 192 .clockevent_rating = 200,
194}; 193};
195 194
@@ -218,7 +217,6 @@ static struct platform_device tmu0_device = {
218static struct sh_timer_config tmu1_platform_data = { 217static struct sh_timer_config tmu1_platform_data = {
219 .channel_offset = 0x10, 218 .channel_offset = 0x10,
220 .timer_bit = 1, 219 .timer_bit = 1,
221 .clk = "peripheral_clk",
222 .clocksource_rating = 200, 220 .clocksource_rating = 200,
223}; 221};
224 222
@@ -247,7 +245,6 @@ static struct platform_device tmu1_device = {
247static struct sh_timer_config tmu2_platform_data = { 245static struct sh_timer_config tmu2_platform_data = {
248 .channel_offset = 0x1c, 246 .channel_offset = 0x1c,
249 .timer_bit = 2, 247 .timer_bit = 2,
250 .clk = "peripheral_clk",
251}; 248};
252 249
253static struct resource tmu2_resources[] = { 250static struct resource tmu2_resources[] = {