aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2011-09-27 08:44:57 +0900
committerKukjin Kim <kgene.kim@samsung.com>2011-10-04 19:01:16 +0900
commitbd95be618b2c7ee9066d82cb729c7fbbab102c93 (patch)
tree99e20b106f640d4f4ddf102ac21f8c6607d352d4 /arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h
parentARM: S3C2443: Move i2s clock definitions to common code (diff)
downloadlinux-dev-bd95be618b2c7ee9066d82cb729c7fbbab102c93.tar.xz
linux-dev-bd95be618b2c7ee9066d82cb729c7fbbab102c93.zip
ARM: S3C2443: Define constant for HSSPI pclk
It's the same clock for 2443/2416/2450. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h b/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h
index 5e06c7265835..df6434f326f0 100644
--- a/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h
+++ b/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h
@@ -102,6 +102,7 @@
#define S3C2443_PCLKCON_UART3 (1<<3)
#define S3C2443_PCLKCON_IIC (1<<4)
#define S3C2443_PCLKCON_SDI (1<<5)
+#define S3C2443_PCLKCON_HSSPI (1<<6)
#define S3C2443_PCLKCON_ADC (1<<7)
#define S3C2443_PCLKCON_AC97 (1<<8)
#define S3C2443_PCLKCON_IIS (1<<9)