diff options
Diffstat (limited to 'arch/arm/mach-mx2/eukrea_cpuimx27.c')
-rw-r--r-- | arch/arm/mach-mx2/eukrea_cpuimx27.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-mx2/eukrea_cpuimx27.c b/arch/arm/mach-mx2/eukrea_cpuimx27.c index 7b187606682c..8e4f3d08e32c 100644 --- a/arch/arm/mach-mx2/eukrea_cpuimx27.c +++ b/arch/arm/mach-mx2/eukrea_cpuimx27.c | |||
@@ -142,28 +142,28 @@ static struct i2c_board_info eukrea_cpuimx27_i2c_devices[] = { | |||
142 | #if defined(CONFIG_SERIAL_8250) || defined(CONFIG_SERIAL_8250_MODULE) | 142 | #if defined(CONFIG_SERIAL_8250) || defined(CONFIG_SERIAL_8250_MODULE) |
143 | static struct plat_serial8250_port serial_platform_data[] = { | 143 | static struct plat_serial8250_port serial_platform_data[] = { |
144 | { | 144 | { |
145 | .mapbase = (unsigned long)(CS3_BASE_ADDR + 0x200000), | 145 | .mapbase = (unsigned long)(MX27_CS3_BASE_ADDR + 0x200000), |
146 | .irq = IRQ_GPIOB(23), | 146 | .irq = IRQ_GPIOB(23), |
147 | .uartclk = 14745600, | 147 | .uartclk = 14745600, |
148 | .regshift = 1, | 148 | .regshift = 1, |
149 | .iotype = UPIO_MEM, | 149 | .iotype = UPIO_MEM, |
150 | .flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_IOREMAP, | 150 | .flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_IOREMAP, |
151 | }, { | 151 | }, { |
152 | .mapbase = (unsigned long)(CS3_BASE_ADDR + 0x400000), | 152 | .mapbase = (unsigned long)(MX27_CS3_BASE_ADDR + 0x400000), |
153 | .irq = IRQ_GPIOB(22), | 153 | .irq = IRQ_GPIOB(22), |
154 | .uartclk = 14745600, | 154 | .uartclk = 14745600, |
155 | .regshift = 1, | 155 | .regshift = 1, |
156 | .iotype = UPIO_MEM, | 156 | .iotype = UPIO_MEM, |
157 | .flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_IOREMAP, | 157 | .flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_IOREMAP, |
158 | }, { | 158 | }, { |
159 | .mapbase = (unsigned long)(CS3_BASE_ADDR + 0x800000), | 159 | .mapbase = (unsigned long)(MX27_CS3_BASE_ADDR + 0x800000), |
160 | .irq = IRQ_GPIOB(27), | 160 | .irq = IRQ_GPIOB(27), |
161 | .uartclk = 14745600, | 161 | .uartclk = 14745600, |
162 | .regshift = 1, | 162 | .regshift = 1, |
163 | .iotype = UPIO_MEM, | 163 | .iotype = UPIO_MEM, |
164 | .flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_IOREMAP, | 164 | .flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_IOREMAP, |
165 | }, { | 165 | }, { |
166 | .mapbase = (unsigned long)(CS3_BASE_ADDR + 0x1000000), | 166 | .mapbase = (unsigned long)(MX27_CS3_BASE_ADDR + 0x1000000), |
167 | .irq = IRQ_GPIOB(30), | 167 | .irq = IRQ_GPIOB(30), |
168 | .uartclk = 14745600, | 168 | .uartclk = 14745600, |
169 | .regshift = 1, | 169 | .regshift = 1, |
@@ -224,8 +224,8 @@ static struct sys_timer eukrea_cpuimx27_timer = { | |||
224 | }; | 224 | }; |
225 | 225 | ||
226 | MACHINE_START(CPUIMX27, "EUKREA CPUIMX27") | 226 | MACHINE_START(CPUIMX27, "EUKREA CPUIMX27") |
227 | .phys_io = AIPI_BASE_ADDR, | 227 | .phys_io = MX27_AIPI_BASE_ADDR, |
228 | .io_pg_offst = ((AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, | 228 | .io_pg_offst = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, |
229 | .boot_params = PHYS_OFFSET + 0x100, | 229 | .boot_params = PHYS_OFFSET + 0x100, |
230 | .map_io = mx27_map_io, | 230 | .map_io = mx27_map_io, |
231 | .init_irq = mx27_init_irq, | 231 | .init_irq = mx27_init_irq, |