diff options
Diffstat (limited to 'arch/arm/mach-s3c2412/s3c2412.c')
-rw-r--r-- | arch/arm/mach-s3c2412/s3c2412.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2412/s3c2412.c b/arch/arm/mach-s3c2412/s3c2412.c index 22d22a035782..4bd2b5fb8669 100644 --- a/arch/arm/mach-s3c2412/s3c2412.c +++ b/arch/arm/mach-s3c2412/s3c2412.c | |||
@@ -47,6 +47,7 @@ | |||
47 | #include <plat/devs.h> | 47 | #include <plat/devs.h> |
48 | #include <plat/clock.h> | 48 | #include <plat/clock.h> |
49 | #include <plat/pm.h> | 49 | #include <plat/pm.h> |
50 | #include <plat/pll.h> | ||
50 | 51 | ||
51 | #ifndef CONFIG_CPU_S3C2412_ONLY | 52 | #ifndef CONFIG_CPU_S3C2412_ONLY |
52 | void __iomem *s3c24xx_va_gpio2 = S3C24XX_VA_GPIO; | 53 | void __iomem *s3c24xx_va_gpio2 = S3C24XX_VA_GPIO; |
@@ -165,7 +166,7 @@ void __init s3c2412_init_clocks(int xtal) | |||
165 | /* now we've got our machine bits initialised, work out what | 166 | /* now we've got our machine bits initialised, work out what |
166 | * clocks we've got */ | 167 | * clocks we've got */ |
167 | 168 | ||
168 | fclk = s3c2410_get_pll(__raw_readl(S3C2410_MPLLCON), xtal*2); | 169 | fclk = s3c24xx_get_pll(__raw_readl(S3C2410_MPLLCON), xtal*2); |
169 | 170 | ||
170 | clk_mpll.rate = fclk; | 171 | clk_mpll.rate = fclk; |
171 | 172 | ||