diff options
Diffstat (limited to 'arch/arm/plat-s5p/include/plat/s5p-clock.h')
-rw-r--r-- | arch/arm/plat-s5p/include/plat/s5p-clock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-s5p/include/plat/s5p-clock.h b/arch/arm/plat-s5p/include/plat/s5p-clock.h index aa0447a18903..09418b1101fe 100644 --- a/arch/arm/plat-s5p/include/plat/s5p-clock.h +++ b/arch/arm/plat-s5p/include/plat/s5p-clock.h | |||
@@ -21,10 +21,12 @@ | |||
21 | #define clk_fin_mpll clk_ext_xtal_mux | 21 | #define clk_fin_mpll clk_ext_xtal_mux |
22 | #define clk_fin_epll clk_ext_xtal_mux | 22 | #define clk_fin_epll clk_ext_xtal_mux |
23 | #define clk_fin_vpll clk_ext_xtal_mux | 23 | #define clk_fin_vpll clk_ext_xtal_mux |
24 | #define clk_fin_hpll clk_ext_xtal_mux | ||
24 | 25 | ||
25 | extern struct clk clk_ext_xtal_mux; | 26 | extern struct clk clk_ext_xtal_mux; |
26 | extern struct clk clk_xusbxti; | 27 | extern struct clk clk_xusbxti; |
27 | extern struct clk clk_48m; | 28 | extern struct clk clk_48m; |
29 | extern struct clk s5p_clk_27m; | ||
28 | extern struct clk clk_fout_apll; | 30 | extern struct clk clk_fout_apll; |
29 | extern struct clk clk_fout_mpll; | 31 | extern struct clk clk_fout_mpll; |
30 | extern struct clk clk_fout_epll; | 32 | extern struct clk clk_fout_epll; |