aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh4a/setup-shx3.c
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/sh4a/setup-shx3.c
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/sh4a/setup-shx3.c')
-rw-r--r--arch/sh/kernel/cpu/sh4a/setup-shx3.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-shx3.c b/arch/sh/kernel/cpu/sh4a/setup-shx3.c
index ba545b5ccc15..9158bc5ea38b 100644
--- a/arch/sh/kernel/cpu/sh4a/setup-shx3.c
+++ b/arch/sh/kernel/cpu/sh4a/setup-shx3.c
@@ -72,7 +72,6 @@ static struct platform_device scif2_device = {
72static struct sh_timer_config tmu0_platform_data = { 72static struct sh_timer_config tmu0_platform_data = {
73 .channel_offset = 0x04, 73 .channel_offset = 0x04,
74 .timer_bit = 0, 74 .timer_bit = 0,
75 .clk = "peripheral_clk",
76 .clockevent_rating = 200, 75 .clockevent_rating = 200,
77}; 76};
78 77
@@ -101,7 +100,6 @@ static struct platform_device tmu0_device = {
101static struct sh_timer_config tmu1_platform_data = { 100static struct sh_timer_config tmu1_platform_data = {
102 .channel_offset = 0x10, 101 .channel_offset = 0x10,
103 .timer_bit = 1, 102 .timer_bit = 1,
104 .clk = "peripheral_clk",
105 .clocksource_rating = 200, 103 .clocksource_rating = 200,
106}; 104};
107 105
@@ -130,7 +128,6 @@ static struct platform_device tmu1_device = {
130static struct sh_timer_config tmu2_platform_data = { 128static struct sh_timer_config tmu2_platform_data = {
131 .channel_offset = 0x1c, 129 .channel_offset = 0x1c,
132 .timer_bit = 2, 130 .timer_bit = 2,
133 .clk = "peripheral_clk",
134}; 131};
135 132
136static struct resource tmu2_resources[] = { 133static struct resource tmu2_resources[] = {
@@ -158,7 +155,6 @@ static struct platform_device tmu2_device = {
158static struct sh_timer_config tmu3_platform_data = { 155static struct sh_timer_config tmu3_platform_data = {
159 .channel_offset = 0x04, 156 .channel_offset = 0x04,
160 .timer_bit = 0, 157 .timer_bit = 0,
161 .clk = "peripheral_clk",
162}; 158};
163 159
164static struct resource tmu3_resources[] = { 160static struct resource tmu3_resources[] = {
@@ -186,7 +182,6 @@ static struct platform_device tmu3_device = {
186static struct sh_timer_config tmu4_platform_data = { 182static struct sh_timer_config tmu4_platform_data = {
187 .channel_offset = 0x10, 183 .channel_offset = 0x10,
188 .timer_bit = 1, 184 .timer_bit = 1,
189 .clk = "peripheral_clk",
190}; 185};
191 186
192static struct resource tmu4_resources[] = { 187static struct resource tmu4_resources[] = {
@@ -214,7 +209,6 @@ static struct platform_device tmu4_device = {
214static struct sh_timer_config tmu5_platform_data = { 209static struct sh_timer_config tmu5_platform_data = {
215 .channel_offset = 0x1c, 210 .channel_offset = 0x1c,
216 .timer_bit = 2, 211 .timer_bit = 2,
217 .clk = "peripheral_clk",
218}; 212};
219 213
220static struct resource tmu5_resources[] = { 214static struct resource tmu5_resources[] = {