diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-08-14 16:24:01 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-08-14 16:24:01 +0200 |
commit | c378aa275e1476218a6b438056a4cd48eb1eca0f (patch) | |
tree | 48d19b078758cbab638aeb8ab2978be05232290b /arch/arm/mach-s3c6400 | |
parent | Merge branch 'next-s3c24xx-cpufreq' into next-s3c (diff) | |
parent | ARM: S3C64XX: Add address mapping for AC97 controller (diff) | |
download | linux-c378aa275e1476218a6b438056a4cd48eb1eca0f.tar.xz linux-c378aa275e1476218a6b438056a4cd48eb1eca0f.zip |
Merge branch 'next-s3c64xx' into next-s3c
Diffstat (limited to 'arch/arm/mach-s3c6400')
-rw-r--r-- | arch/arm/mach-s3c6400/include/mach/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6400/include/mach/map.h b/arch/arm/mach-s3c6400/include/mach/map.h index e02e6c38a396..16c46305792e 100644 --- a/arch/arm/mach-s3c6400/include/mach/map.h +++ b/arch/arm/mach-s3c6400/include/mach/map.h @@ -42,10 +42,12 @@ #define S3C64XX_PA_USB_HSOTG (0x7C000000) #define S3C64XX_PA_WATCHDOG (0x7E004000) #define S3C64XX_PA_SYSCON (0x7E00F000) +#define S3C64XX_PA_AC97 (0x7F001000) #define S3C64XX_PA_IIS0 (0x7F002000) #define S3C64XX_PA_IIS1 (0x7F003000) #define S3C64XX_PA_TIMER (0x7F006000) #define S3C64XX_PA_IIC0 (0x7F004000) +#define S3C64XX_PA_IISV4 (0x7F00D000) #define S3C64XX_PA_IIC1 (0x7F00F000) #define S3C64XX_PA_GPIO (0x7F008000) |