diff options
| -rw-r--r-- | arch/arm/mach-clps711x/board-edb7211.c | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/arch/arm/mach-clps711x/board-edb7211.c b/arch/arm/mach-clps711x/board-edb7211.c index 9dfb990f0801..fe6184ead896 100644 --- a/arch/arm/mach-clps711x/board-edb7211.c +++ b/arch/arm/mach-clps711x/board-edb7211.c | |||
| @@ -126,21 +126,6 @@ static struct gpio edb7211_gpios[] __initconst = { | |||
| 126 | { EDB7211_LCDBL, GPIOF_OUT_INIT_LOW, "LCD BACKLIGHT" }, | 126 | { EDB7211_LCDBL, GPIOF_OUT_INIT_LOW, "LCD BACKLIGHT" }, |
| 127 | }; | 127 | }; |
| 128 | 128 | ||
| 129 | static struct map_desc edb7211_io_desc[] __initdata = { | ||
| 130 | { /* Memory-mapped extra keyboard row */ | ||
| 131 | .virtual = IO_ADDRESS(EDB7211_EXTKBD_BASE), | ||
| 132 | .pfn = __phys_to_pfn(EDB7211_EXTKBD_BASE), | ||
| 133 | .length = SZ_1M, | ||
| 134 | .type = MT_DEVICE, | ||
| 135 | }, | ||
| 136 | }; | ||
| 137 | |||
| 138 | void __init edb7211_map_io(void) | ||
| 139 | { | ||
| 140 | clps711x_map_io(); | ||
| 141 | iotable_init(edb7211_io_desc, ARRAY_SIZE(edb7211_io_desc)); | ||
| 142 | } | ||
| 143 | |||
| 144 | /* Reserve screen memory region at the start of main system memory. */ | 129 | /* Reserve screen memory region at the start of main system memory. */ |
| 145 | static void __init edb7211_reserve(void) | 130 | static void __init edb7211_reserve(void) |
| 146 | { | 131 | { |
| @@ -195,7 +180,7 @@ MACHINE_START(EDB7211, "CL-EDB7211 (EP7211 eval board)") | |||
| 195 | .nr_irqs = CLPS711X_NR_IRQS, | 180 | .nr_irqs = CLPS711X_NR_IRQS, |
| 196 | .fixup = fixup_edb7211, | 181 | .fixup = fixup_edb7211, |
| 197 | .reserve = edb7211_reserve, | 182 | .reserve = edb7211_reserve, |
| 198 | .map_io = edb7211_map_io, | 183 | .map_io = clps711x_map_io, |
| 199 | .init_early = clps711x_init_early, | 184 | .init_early = clps711x_init_early, |
| 200 | .init_irq = clps711x_init_irq, | 185 | .init_irq = clps711x_init_irq, |
| 201 | .init_time = clps711x_timer_init, | 186 | .init_time = clps711x_timer_init, |
