ARM: i.MX: Fix eMMa PrP resource size
authorAlexander Shiyan <shc_work@mail.ru>
Sun, 27 Apr 2014 16:03:26 +0000 (20:03 +0400)
committerShawn Guo <shawn.guo@freescale.com>
Mon, 12 May 2014 14:58:50 +0000 (22:58 +0800)
Last address for eMMa PrP is 0x80...0x83, so increase resource size
for eMMa to 256.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/mach-imx/devices/platform-mx2-emma.c

index 11bd01d..0dc0651 100644 (file)
@@ -12,7 +12,7 @@
 #define imx_mx2_emmaprp_data_entry_single(soc)                         \
        {                                                               \
                .iobase = soc ## _EMMAPRP_BASE_ADDR,                    \
-               .iosize = SZ_32,                                        \
+               .iosize = SZ_256,                                       \
                .irq = soc ## _INT_EMMAPRP,                             \
        }