|
@@ -124,8 +124,6 @@ static void __init edb93xx_init_machine(void)
|
|
|
#ifdef CONFIG_MACH_EDB9301
|
|
|
MACHINE_START(EDB9301, "Cirrus Logic EDB9301 Evaluation Board")
|
|
|
/* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */
|
|
|
- .phys_io = EP93XX_APB_PHYS_BASE,
|
|
|
- .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc,
|
|
|
.boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100,
|
|
|
.map_io = ep93xx_map_io,
|
|
|
.init_irq = ep93xx_init_irq,
|
|
@@ -137,8 +135,6 @@ MACHINE_END
|
|
|
#ifdef CONFIG_MACH_EDB9302
|
|
|
MACHINE_START(EDB9302, "Cirrus Logic EDB9302 Evaluation Board")
|
|
|
/* Maintainer: George Kashperko <george@chas.com.ua> */
|
|
|
- .phys_io = EP93XX_APB_PHYS_BASE,
|
|
|
- .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc,
|
|
|
.boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100,
|
|
|
.map_io = ep93xx_map_io,
|
|
|
.init_irq = ep93xx_init_irq,
|
|
@@ -150,8 +146,6 @@ MACHINE_END
|
|
|
#ifdef CONFIG_MACH_EDB9302A
|
|
|
MACHINE_START(EDB9302A, "Cirrus Logic EDB9302A Evaluation Board")
|
|
|
/* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */
|
|
|
- .phys_io = EP93XX_APB_PHYS_BASE,
|
|
|
- .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc,
|
|
|
.boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100,
|
|
|
.map_io = ep93xx_map_io,
|
|
|
.init_irq = ep93xx_init_irq,
|
|
@@ -163,8 +157,6 @@ MACHINE_END
|
|
|
#ifdef CONFIG_MACH_EDB9307
|
|
|
MACHINE_START(EDB9307, "Cirrus Logic EDB9307 Evaluation Board")
|
|
|
/* Maintainer: Herbert Valerio Riedel <hvr@gnu.org> */
|
|
|
- .phys_io = EP93XX_APB_PHYS_BASE,
|
|
|
- .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc,
|
|
|
.boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100,
|
|
|
.map_io = ep93xx_map_io,
|
|
|
.init_irq = ep93xx_init_irq,
|
|
@@ -176,8 +168,6 @@ MACHINE_END
|
|
|
#ifdef CONFIG_MACH_EDB9307A
|
|
|
MACHINE_START(EDB9307A, "Cirrus Logic EDB9307A Evaluation Board")
|
|
|
/* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */
|
|
|
- .phys_io = EP93XX_APB_PHYS_BASE,
|
|
|
- .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc,
|
|
|
.boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100,
|
|
|
.map_io = ep93xx_map_io,
|
|
|
.init_irq = ep93xx_init_irq,
|
|
@@ -189,8 +179,6 @@ MACHINE_END
|
|
|
#ifdef CONFIG_MACH_EDB9312
|
|
|
MACHINE_START(EDB9312, "Cirrus Logic EDB9312 Evaluation Board")
|
|
|
/* Maintainer: Toufeeq Hussain <toufeeq_hussain@infosys.com> */
|
|
|
- .phys_io = EP93XX_APB_PHYS_BASE,
|
|
|
- .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc,
|
|
|
.boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100,
|
|
|
.map_io = ep93xx_map_io,
|
|
|
.init_irq = ep93xx_init_irq,
|
|
@@ -202,8 +190,6 @@ MACHINE_END
|
|
|
#ifdef CONFIG_MACH_EDB9315
|
|
|
MACHINE_START(EDB9315, "Cirrus Logic EDB9315 Evaluation Board")
|
|
|
/* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */
|
|
|
- .phys_io = EP93XX_APB_PHYS_BASE,
|
|
|
- .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc,
|
|
|
.boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100,
|
|
|
.map_io = ep93xx_map_io,
|
|
|
.init_irq = ep93xx_init_irq,
|
|
@@ -215,8 +201,6 @@ MACHINE_END
|
|
|
#ifdef CONFIG_MACH_EDB9315A
|
|
|
MACHINE_START(EDB9315A, "Cirrus Logic EDB9315A Evaluation Board")
|
|
|
/* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */
|
|
|
- .phys_io = EP93XX_APB_PHYS_BASE,
|
|
|
- .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc,
|
|
|
.boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100,
|
|
|
.map_io = ep93xx_map_io,
|
|
|
.init_irq = ep93xx_init_irq,
|