diff options
Diffstat (limited to 'arch/arm/mach-mx2/pcm970-baseboard.c')
-rw-r--r-- | arch/arm/mach-mx2/pcm970-baseboard.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-mx2/pcm970-baseboard.c b/arch/arm/mach-mx2/pcm970-baseboard.c index 3cb7f457e5d0..4aafd5b8b85b 100644 --- a/arch/arm/mach-mx2/pcm970-baseboard.c +++ b/arch/arm/mach-mx2/pcm970-baseboard.c | |||
@@ -24,7 +24,7 @@ | |||
24 | #include <asm/mach/arch.h> | 24 | #include <asm/mach/arch.h> |
25 | 25 | ||
26 | #include <mach/common.h> | 26 | #include <mach/common.h> |
27 | #include <mach/iomux.h> | 27 | #include <mach/iomux-mx27.h> |
28 | #include <mach/imxfb.h> | 28 | #include <mach/imxfb.h> |
29 | #include <mach/hardware.h> | 29 | #include <mach/hardware.h> |
30 | #include <mach/mmc.h> | 30 | #include <mach/mmc.h> |
@@ -190,8 +190,8 @@ static struct imx_fb_platform_data pcm038_fb_data = { | |||
190 | 190 | ||
191 | static struct resource pcm970_sja1000_resources[] = { | 191 | static struct resource pcm970_sja1000_resources[] = { |
192 | { | 192 | { |
193 | .start = CS4_BASE_ADDR, | 193 | .start = MX27_CS4_BASE_ADDR, |
194 | .end = CS4_BASE_ADDR + 0x100 - 1, | 194 | .end = MX27_CS4_BASE_ADDR + 0x100 - 1, |
195 | .flags = IORESOURCE_MEM, | 195 | .flags = IORESOURCE_MEM, |
196 | }, { | 196 | }, { |
197 | .start = IRQ_GPIOE(19), | 197 | .start = IRQ_GPIOE(19), |