diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh2a/setup-sh7206.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh2a/setup-sh7206.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/sh/kernel/cpu/sh2a/setup-sh7206.c b/arch/sh/kernel/cpu/sh2a/setup-sh7206.c index 064873585a8b..8caecb41e4e6 100644 --- a/arch/sh/kernel/cpu/sh2a/setup-sh7206.c +++ b/arch/sh/kernel/cpu/sh2a/setup-sh7206.c | |||
@@ -194,7 +194,6 @@ static struct platform_device scif3_device = { | |||
194 | }; | 194 | }; |
195 | 195 | ||
196 | static struct sh_timer_config cmt0_platform_data = { | 196 | static struct sh_timer_config cmt0_platform_data = { |
197 | .name = "CMT0", | ||
198 | .channel_offset = 0x02, | 197 | .channel_offset = 0x02, |
199 | .timer_bit = 0, | 198 | .timer_bit = 0, |
200 | .clk = "peripheral_clk", | 199 | .clk = "peripheral_clk", |
@@ -204,7 +203,6 @@ static struct sh_timer_config cmt0_platform_data = { | |||
204 | 203 | ||
205 | static struct resource cmt0_resources[] = { | 204 | static struct resource cmt0_resources[] = { |
206 | [0] = { | 205 | [0] = { |
207 | .name = "CMT0", | ||
208 | .start = 0xfffec002, | 206 | .start = 0xfffec002, |
209 | .end = 0xfffec007, | 207 | .end = 0xfffec007, |
210 | .flags = IORESOURCE_MEM, | 208 | .flags = IORESOURCE_MEM, |
@@ -226,7 +224,6 @@ static struct platform_device cmt0_device = { | |||
226 | }; | 224 | }; |
227 | 225 | ||
228 | static struct sh_timer_config cmt1_platform_data = { | 226 | static struct sh_timer_config cmt1_platform_data = { |
229 | .name = "CMT1", | ||
230 | .channel_offset = 0x08, | 227 | .channel_offset = 0x08, |
231 | .timer_bit = 1, | 228 | .timer_bit = 1, |
232 | .clk = "peripheral_clk", | 229 | .clk = "peripheral_clk", |
@@ -236,7 +233,6 @@ static struct sh_timer_config cmt1_platform_data = { | |||
236 | 233 | ||
237 | static struct resource cmt1_resources[] = { | 234 | static struct resource cmt1_resources[] = { |
238 | [0] = { | 235 | [0] = { |
239 | .name = "CMT1", | ||
240 | .start = 0xfffec008, | 236 | .start = 0xfffec008, |
241 | .end = 0xfffec00d, | 237 | .end = 0xfffec00d, |
242 | .flags = IORESOURCE_MEM, | 238 | .flags = IORESOURCE_MEM, |
@@ -258,7 +254,6 @@ static struct platform_device cmt1_device = { | |||
258 | }; | 254 | }; |
259 | 255 | ||
260 | static struct sh_timer_config mtu2_0_platform_data = { | 256 | static struct sh_timer_config mtu2_0_platform_data = { |
261 | .name = "MTU2_0", | ||
262 | .channel_offset = -0x80, | 257 | .channel_offset = -0x80, |
263 | .timer_bit = 0, | 258 | .timer_bit = 0, |
264 | .clk = "peripheral_clk", | 259 | .clk = "peripheral_clk", |
@@ -267,7 +262,6 @@ static struct sh_timer_config mtu2_0_platform_data = { | |||
267 | 262 | ||
268 | static struct resource mtu2_0_resources[] = { | 263 | static struct resource mtu2_0_resources[] = { |
269 | [0] = { | 264 | [0] = { |
270 | .name = "MTU2_0", | ||
271 | .start = 0xfffe4300, | 265 | .start = 0xfffe4300, |
272 | .end = 0xfffe4326, | 266 | .end = 0xfffe4326, |
273 | .flags = IORESOURCE_MEM, | 267 | .flags = IORESOURCE_MEM, |
@@ -289,7 +283,6 @@ static struct platform_device mtu2_0_device = { | |||
289 | }; | 283 | }; |
290 | 284 | ||
291 | static struct sh_timer_config mtu2_1_platform_data = { | 285 | static struct sh_timer_config mtu2_1_platform_data = { |
292 | .name = "MTU2_1", | ||
293 | .channel_offset = -0x100, | 286 | .channel_offset = -0x100, |
294 | .timer_bit = 1, | 287 | .timer_bit = 1, |
295 | .clk = "peripheral_clk", | 288 | .clk = "peripheral_clk", |
@@ -298,7 +291,6 @@ static struct sh_timer_config mtu2_1_platform_data = { | |||
298 | 291 | ||
299 | static struct resource mtu2_1_resources[] = { | 292 | static struct resource mtu2_1_resources[] = { |
300 | [0] = { | 293 | [0] = { |
301 | .name = "MTU2_1", | ||
302 | .start = 0xfffe4380, | 294 | .start = 0xfffe4380, |
303 | .end = 0xfffe4390, | 295 | .end = 0xfffe4390, |
304 | .flags = IORESOURCE_MEM, | 296 | .flags = IORESOURCE_MEM, |
@@ -320,7 +312,6 @@ static struct platform_device mtu2_1_device = { | |||
320 | }; | 312 | }; |
321 | 313 | ||
322 | static struct sh_timer_config mtu2_2_platform_data = { | 314 | static struct sh_timer_config mtu2_2_platform_data = { |
323 | .name = "MTU2_2", | ||
324 | .channel_offset = 0x80, | 315 | .channel_offset = 0x80, |
325 | .timer_bit = 2, | 316 | .timer_bit = 2, |
326 | .clk = "peripheral_clk", | 317 | .clk = "peripheral_clk", |
@@ -329,7 +320,6 @@ static struct sh_timer_config mtu2_2_platform_data = { | |||
329 | 320 | ||
330 | static struct resource mtu2_2_resources[] = { | 321 | static struct resource mtu2_2_resources[] = { |
331 | [0] = { | 322 | [0] = { |
332 | .name = "MTU2_2", | ||
333 | .start = 0xfffe4000, | 323 | .start = 0xfffe4000, |
334 | .end = 0xfffe400a, | 324 | .end = 0xfffe400a, |
335 | .flags = IORESOURCE_MEM, | 325 | .flags = IORESOURCE_MEM, |