diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-03-27 01:46:22 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-03-27 01:46:22 +0300 |
commit | e8b374bb6c888a70530d800c9e2fcd153e2c325d (patch) | |
tree | ab6f8ef88d3526ff00eb60e15371a3eaa303a456 /arch/arm/mach-s3c6400 | |
parent | f5f0e17a8475dee913f362510e6a8ab987d27b9f (diff) | |
parent | 1288b670e6cb3745392de617f223672396f98d73 (diff) | |
download | linux-e8b374bb6c888a70530d800c9e2fcd153e2c325d.tar.xz |
Merge branch 'next-s3c64xx-regs' of git://aeryn.fluff.org.uk/bjdooks/linux into devel
Diffstat (limited to 'arch/arm/mach-s3c6400')
-rw-r--r-- | arch/arm/mach-s3c6400/include/mach/map.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6400/include/mach/map.h b/arch/arm/mach-s3c6400/include/mach/map.h index cff27d813fc6..baf1c0f1ea5a 100644 --- a/arch/arm/mach-s3c6400/include/mach/map.h +++ b/arch/arm/mach-s3c6400/include/mach/map.h @@ -52,6 +52,9 @@ #define S3C64XX_PA_VIC0 (0x71200000) #define S3C64XX_PA_VIC1 (0x71300000) +#define S3C64XX_PA_MODEM (0x74108000) +#define S3C64XX_VA_MODEM S3C_ADDR(0x00600000) + /* place VICs close together */ #define S3C_VA_VIC0 (S3C_VA_IRQ + 0x00) #define S3C_VA_VIC1 (S3C_VA_IRQ + 0x10000) |