diff options
Diffstat (limited to 'arch/arm/mach-s3c24xx/clock-s3c2440.c')
| -rw-r--r-- | arch/arm/mach-s3c24xx/clock-s3c2440.c | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/clock-s3c2440.c b/arch/arm/mach-s3c24xx/clock-s3c2440.c index 04b87ec9253..1069b568082 100644 --- a/arch/arm/mach-s3c24xx/clock-s3c2440.c +++ b/arch/arm/mach-s3c24xx/clock-s3c2440.c @@ -123,6 +123,11 @@ static struct clk s3c2440_clk_ac97 = {  	.ctrlbit	= S3C2440_CLKCON_AC97,  }; +#define S3C24XX_VA_UART0      (S3C_VA_UART) +#define S3C24XX_VA_UART1      (S3C_VA_UART + 0x4000 ) +#define S3C24XX_VA_UART2      (S3C_VA_UART + 0x8000 ) +#define S3C24XX_VA_UART3      (S3C_VA_UART + 0xC000 ) +  static unsigned long  s3c2440_fclk_n_getrate(struct clk *clk)  {  	unsigned long ucon0, ucon1, ucon2, divisor;  |