diff options
| -rw-r--r-- | arch/arm/mach-s3c2410/mach-rx3715.c | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2410/mach-rx3715.c b/arch/arm/mach-s3c2410/mach-rx3715.c index 24d69019a843..f8d86d1e16b6 100644 --- a/arch/arm/mach-s3c2410/mach-rx3715.c +++ b/arch/arm/mach-s3c2410/mach-rx3715.c | |||
| @@ -56,8 +56,17 @@ | |||
| 56 | static struct map_desc rx3715_iodesc[] __initdata = { | 56 | static struct map_desc rx3715_iodesc[] __initdata = { |
| 57 | /* dump ISA space somewhere unused */ | 57 | /* dump ISA space somewhere unused */ |
| 58 | 58 | ||
| 59 | { (u32)S3C24XX_VA_ISA_WORD, S3C2410_CS3, SZ_16M, MT_DEVICE }, | 59 | { |
| 60 | { (u32)S3C24XX_VA_ISA_BYTE, S3C2410_CS3, SZ_16M, MT_DEVICE }, | 60 | .virtual = (u32)S3C24XX_VA_ISA_WORD, |
| 61 | .pfn = __phys_to_pfn(S3C2410_CS3), | ||
| 62 | .length = SZ_1M, | ||
| 63 | .type = MT_DEVICE, | ||
| 64 | }, { | ||
| 65 | .virtual = (u32)S3C24XX_VA_ISA_BYTE, | ||
| 66 | .pfn = __phys_to_pfn(S3C2410_CS3), | ||
| 67 | .length = SZ_1M, | ||
| 68 | .type = MT_DEVICE, | ||
| 69 | }, | ||
| 61 | }; | 70 | }; |
| 62 | 71 | ||
| 63 | 72 | ||
