diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/setup-sh7785.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7785.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7785.c b/arch/sh/kernel/cpu/sh4a/setup-sh7785.c index 1fcd88b1671e..05e9308505cf 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7785.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7785.c | |||
@@ -117,7 +117,6 @@ static struct platform_device scif5_device = { | |||
117 | }; | 117 | }; |
118 | 118 | ||
119 | static struct sh_timer_config tmu0_platform_data = { | 119 | static struct sh_timer_config tmu0_platform_data = { |
120 | .name = "TMU0", | ||
121 | .channel_offset = 0x04, | 120 | .channel_offset = 0x04, |
122 | .timer_bit = 0, | 121 | .timer_bit = 0, |
123 | .clk = "tmu012_fck", | 122 | .clk = "tmu012_fck", |
@@ -126,7 +125,6 @@ static struct sh_timer_config tmu0_platform_data = { | |||
126 | 125 | ||
127 | static struct resource tmu0_resources[] = { | 126 | static struct resource tmu0_resources[] = { |
128 | [0] = { | 127 | [0] = { |
129 | .name = "TMU0", | ||
130 | .start = 0xffd80008, | 128 | .start = 0xffd80008, |
131 | .end = 0xffd80013, | 129 | .end = 0xffd80013, |
132 | .flags = IORESOURCE_MEM, | 130 | .flags = IORESOURCE_MEM, |
@@ -148,7 +146,6 @@ static struct platform_device tmu0_device = { | |||
148 | }; | 146 | }; |
149 | 147 | ||
150 | static struct sh_timer_config tmu1_platform_data = { | 148 | static struct sh_timer_config tmu1_platform_data = { |
151 | .name = "TMU1", | ||
152 | .channel_offset = 0x10, | 149 | .channel_offset = 0x10, |
153 | .timer_bit = 1, | 150 | .timer_bit = 1, |
154 | .clk = "tmu012_fck", | 151 | .clk = "tmu012_fck", |
@@ -157,7 +154,6 @@ static struct sh_timer_config tmu1_platform_data = { | |||
157 | 154 | ||
158 | static struct resource tmu1_resources[] = { | 155 | static struct resource tmu1_resources[] = { |
159 | [0] = { | 156 | [0] = { |
160 | .name = "TMU1", | ||
161 | .start = 0xffd80014, | 157 | .start = 0xffd80014, |
162 | .end = 0xffd8001f, | 158 | .end = 0xffd8001f, |
163 | .flags = IORESOURCE_MEM, | 159 | .flags = IORESOURCE_MEM, |
@@ -179,7 +175,6 @@ static struct platform_device tmu1_device = { | |||
179 | }; | 175 | }; |
180 | 176 | ||
181 | static struct sh_timer_config tmu2_platform_data = { | 177 | static struct sh_timer_config tmu2_platform_data = { |
182 | .name = "TMU2", | ||
183 | .channel_offset = 0x1c, | 178 | .channel_offset = 0x1c, |
184 | .timer_bit = 2, | 179 | .timer_bit = 2, |
185 | .clk = "tmu012_fck", | 180 | .clk = "tmu012_fck", |
@@ -187,7 +182,6 @@ static struct sh_timer_config tmu2_platform_data = { | |||
187 | 182 | ||
188 | static struct resource tmu2_resources[] = { | 183 | static struct resource tmu2_resources[] = { |
189 | [0] = { | 184 | [0] = { |
190 | .name = "TMU2", | ||
191 | .start = 0xffd80020, | 185 | .start = 0xffd80020, |
192 | .end = 0xffd8002f, | 186 | .end = 0xffd8002f, |
193 | .flags = IORESOURCE_MEM, | 187 | .flags = IORESOURCE_MEM, |
@@ -209,7 +203,6 @@ static struct platform_device tmu2_device = { | |||
209 | }; | 203 | }; |
210 | 204 | ||
211 | static struct sh_timer_config tmu3_platform_data = { | 205 | static struct sh_timer_config tmu3_platform_data = { |
212 | .name = "TMU3", | ||
213 | .channel_offset = 0x04, | 206 | .channel_offset = 0x04, |
214 | .timer_bit = 0, | 207 | .timer_bit = 0, |
215 | .clk = "tmu345_fck", | 208 | .clk = "tmu345_fck", |
@@ -217,7 +210,6 @@ static struct sh_timer_config tmu3_platform_data = { | |||
217 | 210 | ||
218 | static struct resource tmu3_resources[] = { | 211 | static struct resource tmu3_resources[] = { |
219 | [0] = { | 212 | [0] = { |
220 | .name = "TMU3", | ||
221 | .start = 0xffdc0008, | 213 | .start = 0xffdc0008, |
222 | .end = 0xffdc0013, | 214 | .end = 0xffdc0013, |
223 | .flags = IORESOURCE_MEM, | 215 | .flags = IORESOURCE_MEM, |
@@ -239,7 +231,6 @@ static struct platform_device tmu3_device = { | |||
239 | }; | 231 | }; |
240 | 232 | ||
241 | static struct sh_timer_config tmu4_platform_data = { | 233 | static struct sh_timer_config tmu4_platform_data = { |
242 | .name = "TMU4", | ||
243 | .channel_offset = 0x10, | 234 | .channel_offset = 0x10, |
244 | .timer_bit = 1, | 235 | .timer_bit = 1, |
245 | .clk = "tmu345_fck", | 236 | .clk = "tmu345_fck", |
@@ -247,7 +238,6 @@ static struct sh_timer_config tmu4_platform_data = { | |||
247 | 238 | ||
248 | static struct resource tmu4_resources[] = { | 239 | static struct resource tmu4_resources[] = { |
249 | [0] = { | 240 | [0] = { |
250 | .name = "TMU4", | ||
251 | .start = 0xffdc0014, | 241 | .start = 0xffdc0014, |
252 | .end = 0xffdc001f, | 242 | .end = 0xffdc001f, |
253 | .flags = IORESOURCE_MEM, | 243 | .flags = IORESOURCE_MEM, |
@@ -269,7 +259,6 @@ static struct platform_device tmu4_device = { | |||
269 | }; | 259 | }; |
270 | 260 | ||
271 | static struct sh_timer_config tmu5_platform_data = { | 261 | static struct sh_timer_config tmu5_platform_data = { |
272 | .name = "TMU5", | ||
273 | .channel_offset = 0x1c, | 262 | .channel_offset = 0x1c, |
274 | .timer_bit = 2, | 263 | .timer_bit = 2, |
275 | .clk = "tmu345_fck", | 264 | .clk = "tmu345_fck", |
@@ -277,7 +266,6 @@ static struct sh_timer_config tmu5_platform_data = { | |||
277 | 266 | ||
278 | static struct resource tmu5_resources[] = { | 267 | static struct resource tmu5_resources[] = { |
279 | [0] = { | 268 | [0] = { |
280 | .name = "TMU5", | ||
281 | .start = 0xffdc0020, | 269 | .start = 0xffdc0020, |
282 | .end = 0xffdc002b, | 270 | .end = 0xffdc002b, |
283 | .flags = IORESOURCE_MEM, | 271 | .flags = IORESOURCE_MEM, |