aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/edb93xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ep93xx/edb93xx.c')
-rw-r--r--arch/arm/mach-ep93xx/edb93xx.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/mach-ep93xx/edb93xx.c b/arch/arm/mach-ep93xx/edb93xx.c
index 3f320c6477bf..c63a5ec1a8e3 100644
--- a/arch/arm/mach-ep93xx/edb93xx.c
+++ b/arch/arm/mach-ep93xx/edb93xx.c
@@ -241,7 +241,7 @@ static void __init edb93xx_init_machine(void)
241#ifdef CONFIG_MACH_EDB9301 241#ifdef CONFIG_MACH_EDB9301
242MACHINE_START(EDB9301, "Cirrus Logic EDB9301 Evaluation Board") 242MACHINE_START(EDB9301, "Cirrus Logic EDB9301 Evaluation Board")
243 /* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */ 243 /* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */
244 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 244 .atag_offset = 0x100,
245 .map_io = ep93xx_map_io, 245 .map_io = ep93xx_map_io,
246 .init_irq = ep93xx_init_irq, 246 .init_irq = ep93xx_init_irq,
247 .timer = &ep93xx_timer, 247 .timer = &ep93xx_timer,
@@ -252,7 +252,7 @@ MACHINE_END
252#ifdef CONFIG_MACH_EDB9302 252#ifdef CONFIG_MACH_EDB9302
253MACHINE_START(EDB9302, "Cirrus Logic EDB9302 Evaluation Board") 253MACHINE_START(EDB9302, "Cirrus Logic EDB9302 Evaluation Board")
254 /* Maintainer: George Kashperko <george@chas.com.ua> */ 254 /* Maintainer: George Kashperko <george@chas.com.ua> */
255 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 255 .atag_offset = 0x100,
256 .map_io = ep93xx_map_io, 256 .map_io = ep93xx_map_io,
257 .init_irq = ep93xx_init_irq, 257 .init_irq = ep93xx_init_irq,
258 .timer = &ep93xx_timer, 258 .timer = &ep93xx_timer,
@@ -263,7 +263,7 @@ MACHINE_END
263#ifdef CONFIG_MACH_EDB9302A 263#ifdef CONFIG_MACH_EDB9302A
264MACHINE_START(EDB9302A, "Cirrus Logic EDB9302A Evaluation Board") 264MACHINE_START(EDB9302A, "Cirrus Logic EDB9302A Evaluation Board")
265 /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ 265 /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */
266 .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, 266 .atag_offset = 0x100,
267 .map_io = ep93xx_map_io, 267 .map_io = ep93xx_map_io,
268 .init_irq = ep93xx_init_irq, 268 .init_irq = ep93xx_init_irq,
269 .timer = &ep93xx_timer, 269 .timer = &ep93xx_timer,
@@ -274,7 +274,7 @@ MACHINE_END
274#ifdef CONFIG_MACH_EDB9307 274#ifdef CONFIG_MACH_EDB9307
275MACHINE_START(EDB9307, "Cirrus Logic EDB9307 Evaluation Board") 275MACHINE_START(EDB9307, "Cirrus Logic EDB9307 Evaluation Board")
276 /* Maintainer: Herbert Valerio Riedel <hvr@gnu.org> */ 276 /* Maintainer: Herbert Valerio Riedel <hvr@gnu.org> */
277 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 277 .atag_offset = 0x100,
278 .map_io = ep93xx_map_io, 278 .map_io = ep93xx_map_io,
279 .init_irq = ep93xx_init_irq, 279 .init_irq = ep93xx_init_irq,
280 .timer = &ep93xx_timer, 280 .timer = &ep93xx_timer,
@@ -285,7 +285,7 @@ MACHINE_END
285#ifdef CONFIG_MACH_EDB9307A 285#ifdef CONFIG_MACH_EDB9307A
286MACHINE_START(EDB9307A, "Cirrus Logic EDB9307A Evaluation Board") 286MACHINE_START(EDB9307A, "Cirrus Logic EDB9307A Evaluation Board")
287 /* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */ 287 /* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */
288 .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, 288 .atag_offset = 0x100,
289 .map_io = ep93xx_map_io, 289 .map_io = ep93xx_map_io,
290 .init_irq = ep93xx_init_irq, 290 .init_irq = ep93xx_init_irq,
291 .timer = &ep93xx_timer, 291 .timer = &ep93xx_timer,
@@ -296,7 +296,7 @@ MACHINE_END
296#ifdef CONFIG_MACH_EDB9312 296#ifdef CONFIG_MACH_EDB9312
297MACHINE_START(EDB9312, "Cirrus Logic EDB9312 Evaluation Board") 297MACHINE_START(EDB9312, "Cirrus Logic EDB9312 Evaluation Board")
298 /* Maintainer: Toufeeq Hussain <toufeeq_hussain@infosys.com> */ 298 /* Maintainer: Toufeeq Hussain <toufeeq_hussain@infosys.com> */
299 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 299 .atag_offset = 0x100,
300 .map_io = ep93xx_map_io, 300 .map_io = ep93xx_map_io,
301 .init_irq = ep93xx_init_irq, 301 .init_irq = ep93xx_init_irq,
302 .timer = &ep93xx_timer, 302 .timer = &ep93xx_timer,
@@ -307,7 +307,7 @@ MACHINE_END
307#ifdef CONFIG_MACH_EDB9315 307#ifdef CONFIG_MACH_EDB9315
308MACHINE_START(EDB9315, "Cirrus Logic EDB9315 Evaluation Board") 308MACHINE_START(EDB9315, "Cirrus Logic EDB9315 Evaluation Board")
309 /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ 309 /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */
310 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 310 .atag_offset = 0x100,
311 .map_io = ep93xx_map_io, 311 .map_io = ep93xx_map_io,
312 .init_irq = ep93xx_init_irq, 312 .init_irq = ep93xx_init_irq,
313 .timer = &ep93xx_timer, 313 .timer = &ep93xx_timer,
@@ -318,7 +318,7 @@ MACHINE_END
318#ifdef CONFIG_MACH_EDB9315A 318#ifdef CONFIG_MACH_EDB9315A
319MACHINE_START(EDB9315A, "Cirrus Logic EDB9315A Evaluation Board") 319MACHINE_START(EDB9315A, "Cirrus Logic EDB9315A Evaluation Board")
320 /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ 320 /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */
321 .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, 321 .atag_offset = 0x100,
322 .map_io = ep93xx_map_io, 322 .map_io = ep93xx_map_io,
323 .init_irq = ep93xx_init_irq, 323 .init_irq = ep93xx_init_irq,
324 .timer = &ep93xx_timer, 324 .timer = &ep93xx_timer,