diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-05-19 18:04:09 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-19 18:04:09 +0900 |
commit | 2abbfb26de6cc8c362033f7d03278824113a4b0d (patch) | |
tree | e709172d6ae38d12bdebf77faa87c3861d22275a /arch/arm/mach-s3c64xx/include/mach/regs-clock.h | |
parent | ff1b8ba01dc80da338890a187c112fdd3c0b9202 (diff) | |
parent | 05e021f095ffe9c7c1a695a3e2835f39243c6270 (diff) |
ARM: Merge for-2635/s3c6410-clock
Merge branch 'for-2635/s3c6410-clock' into for-linus/samsung2
Diffstat (limited to 'arch/arm/mach-s3c64xx/include/mach/regs-clock.h')
-rw-r--r-- | arch/arm/mach-s3c64xx/include/mach/regs-clock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/include/mach/regs-clock.h b/arch/arm/mach-s3c64xx/include/mach/regs-clock.h index 3ef62741e5d..0114eb0c1fe 100644 --- a/arch/arm/mach-s3c64xx/include/mach/regs-clock.h +++ b/arch/arm/mach-s3c64xx/include/mach/regs-clock.h @@ -33,6 +33,7 @@ #define S3C_PCLK_GATE S3C_CLKREG(0x34) #define S3C_SCLK_GATE S3C_CLKREG(0x38) #define S3C_MEM0_GATE S3C_CLKREG(0x3C) +#define S3C6410_CLK_SRC2 S3C_CLKREG(0x10C) /* CLKDIV0 */ #define S3C6400_CLKDIV0_PCLK_MASK (0xf << 12) |