diff options
Diffstat (limited to 'arch/arm/mach-mx3/pcm037.c')
-rw-r--r-- | arch/arm/mach-mx3/pcm037.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/mach-mx3/pcm037.c b/arch/arm/mach-mx3/pcm037.c index 5be396917c99..701fac989432 100644 --- a/arch/arm/mach-mx3/pcm037.c +++ b/arch/arm/mach-mx3/pcm037.c | |||
@@ -248,8 +248,8 @@ static struct imxuart_platform_data uart_pdata = { | |||
248 | 248 | ||
249 | static struct resource smsc911x_resources[] = { | 249 | static struct resource smsc911x_resources[] = { |
250 | { | 250 | { |
251 | .start = CS1_BASE_ADDR + 0x300, | 251 | .start = MX31_CS1_BASE_ADDR + 0x300, |
252 | .end = CS1_BASE_ADDR + 0x300 + SZ_64K - 1, | 252 | .end = MX31_CS1_BASE_ADDR + 0x300 + SZ_64K - 1, |
253 | .flags = IORESOURCE_MEM, | 253 | .flags = IORESOURCE_MEM, |
254 | }, { | 254 | }, { |
255 | .start = IOMUX_TO_IRQ(MX31_PIN_GPIO3_1), | 255 | .start = IOMUX_TO_IRQ(MX31_PIN_GPIO3_1), |
@@ -281,8 +281,8 @@ static struct platdata_mtd_ram pcm038_sram_data = { | |||
281 | }; | 281 | }; |
282 | 282 | ||
283 | static struct resource pcm038_sram_resource = { | 283 | static struct resource pcm038_sram_resource = { |
284 | .start = CS4_BASE_ADDR, | 284 | .start = MX31_CS4_BASE_ADDR, |
285 | .end = CS4_BASE_ADDR + 512 * 1024 - 1, | 285 | .end = MX31_CS4_BASE_ADDR + 512 * 1024 - 1, |
286 | .flags = IORESOURCE_MEM, | 286 | .flags = IORESOURCE_MEM, |
287 | }; | 287 | }; |
288 | 288 | ||
@@ -536,8 +536,8 @@ static struct mx3fb_platform_data mx3fb_pdata = { | |||
536 | 536 | ||
537 | static struct resource pcm970_sja1000_resources[] = { | 537 | static struct resource pcm970_sja1000_resources[] = { |
538 | { | 538 | { |
539 | .start = CS5_BASE_ADDR, | 539 | .start = MX31_CS5_BASE_ADDR, |
540 | .end = CS5_BASE_ADDR + 0x100 - 1, | 540 | .end = MX31_CS5_BASE_ADDR + 0x100 - 1, |
541 | .flags = IORESOURCE_MEM, | 541 | .flags = IORESOURCE_MEM, |
542 | }, { | 542 | }, { |
543 | .start = IOMUX_TO_IRQ(IOMUX_PIN(48, 105)), | 543 | .start = IOMUX_TO_IRQ(IOMUX_PIN(48, 105)), |
@@ -636,8 +636,8 @@ struct sys_timer pcm037_timer = { | |||
636 | 636 | ||
637 | MACHINE_START(PCM037, "Phytec Phycore pcm037") | 637 | MACHINE_START(PCM037, "Phytec Phycore pcm037") |
638 | /* Maintainer: Pengutronix */ | 638 | /* Maintainer: Pengutronix */ |
639 | .phys_io = AIPS1_BASE_ADDR, | 639 | .phys_io = MX31_AIPS1_BASE_ADDR, |
640 | .io_pg_offst = ((AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, | 640 | .io_pg_offst = ((MX31_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, |
641 | .boot_params = PHYS_OFFSET + 0x100, | 641 | .boot_params = PHYS_OFFSET + 0x100, |
642 | .map_io = mx31_map_io, | 642 | .map_io = mx31_map_io, |
643 | .init_irq = mx31_init_irq, | 643 | .init_irq = mx31_init_irq, |