summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx5/mm.c
diff options
context:
space:
mode:
authorAlejandro Gonzalez <alex.gonzalez@digi.com>2010-05-26 15:03:02 +0200
committerAlejandro Gonzalez <alex.gonzalez@digi.com>2010-05-26 15:03:02 +0200
commit88d04a0f927c37fa331ed91ac688274008f06f81 (patch)
treef1555c79a8279f507a0a5341fc724391ee57b879 /arch/arm/mach-mx5/mm.c
parent7f84f40f9cce6dfd9acf73e22863610f057861fd (diff)
ccwmx51js: Extend th memory map to include the NAND flash base address.
Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch/arm/mach-mx5/mm.c')
-rw-r--r--arch/arm/mach-mx5/mm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/mm.c b/arch/arm/mach-mx5/mm.c
index 810cb1bf1ca8..8ac23c100bd9 100644
--- a/arch/arm/mach-mx5/mm.c
+++ b/arch/arm/mach-mx5/mm.c
@@ -44,6 +44,11 @@ static struct map_desc mx5_io_desc[] __initdata = {
.pfn = __phys_to_pfn(AIPS2_BASE_ADDR),
.length = AIPS2_SIZE,
.type = MT_DEVICE},
+ {
+ .virtual = NFC_BASE_ADDR_AXI_VIRT,
+ .pfn = __phys_to_pfn(NFC_BASE_ADDR_AXI),
+ .length = NFC_AXI_SIZE,
+ .type = MT_DEVICE},
};
/*!