From: Heiko Stuebner Date: Mon, 26 Sep 2011 23:44:57 +0000 (+0900) Subject: ARM: S3C2443: Define constant for HSSPI pclk X-Git-Tag: v3.2-rc1~40^2~13^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd95be618b2c7ee9066d82cb729c7fbbab102c93;p=profile%2Fivi%2Fkernel-x86-ivi.git ARM: S3C2443: Define constant for HSSPI pclk It's the same clock for 2443/2416/2450. Signed-off-by: Heiko Stuebner Signed-off-by: Kukjin Kim --- 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 5e06c72..df6434f 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)