aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx3/mx31ads.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mx3/mx31ads.c')
-rw-r--r--arch/arm/mach-mx3/mx31ads.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-mx3/mx31ads.c b/arch/arm/mach-mx3/mx31ads.c
index 60fb4e0d5acd..0cd90a9667c8 100644
--- a/arch/arm/mach-mx3/mx31ads.c
+++ b/arch/arm/mach-mx3/mx31ads.c
@@ -92,17 +92,17 @@ static struct map_desc mx31ads_io_desc[] __initdata = {
92 .virtual = AIPS1_BASE_ADDR_VIRT, 92 .virtual = AIPS1_BASE_ADDR_VIRT,
93 .pfn = __phys_to_pfn(AIPS1_BASE_ADDR), 93 .pfn = __phys_to_pfn(AIPS1_BASE_ADDR),
94 .length = AIPS1_SIZE, 94 .length = AIPS1_SIZE,
95 .type = MT_NONSHARED_DEVICE 95 .type = MT_DEVICE_NONSHARED
96 }, { 96 }, {
97 .virtual = SPBA0_BASE_ADDR_VIRT, 97 .virtual = SPBA0_BASE_ADDR_VIRT,
98 .pfn = __phys_to_pfn(SPBA0_BASE_ADDR), 98 .pfn = __phys_to_pfn(SPBA0_BASE_ADDR),
99 .length = SPBA0_SIZE, 99 .length = SPBA0_SIZE,
100 .type = MT_NONSHARED_DEVICE 100 .type = MT_DEVICE_NONSHARED
101 }, { 101 }, {
102 .virtual = AIPS2_BASE_ADDR_VIRT, 102 .virtual = AIPS2_BASE_ADDR_VIRT,
103 .pfn = __phys_to_pfn(AIPS2_BASE_ADDR), 103 .pfn = __phys_to_pfn(AIPS2_BASE_ADDR),
104 .length = AIPS2_SIZE, 104 .length = AIPS2_SIZE,
105 .type = MT_NONSHARED_DEVICE 105 .type = MT_DEVICE_NONSHARED
106 }, { 106 }, {
107 .virtual = CS4_BASE_ADDR_VIRT, 107 .virtual = CS4_BASE_ADDR_VIRT,
108 .pfn = __phys_to_pfn(CS4_BASE_ADDR), 108 .pfn = __phys_to_pfn(CS4_BASE_ADDR),