clk: samsung: add plls used by the early s3c24xx cpus
[firefly-linux-kernel-4.4.55.git] / drivers / clk / samsung / clk-pll.h
index 6c39030080fbede41fe6a4e52cdd87a7263aae18..6428bcc6df6f0791c0aa12d47da50ddf56e1f07d 100644 (file)
@@ -13,6 +13,8 @@
 #define __SAMSUNG_CLK_PLL_H
 
 enum samsung_pll_type {
+       pll_2126,
+       pll_3000,
        pll_35xx,
        pll_36xx,
        pll_2550,
@@ -24,7 +26,11 @@ enum samsung_pll_type {
        pll_4650,
        pll_4650c,
        pll_6552,
+       pll_6552_s3c2416,
        pll_6553,
+       pll_s3c2410_mpll,
+       pll_s3c2410_upll,
+       pll_s3c2440_mpll,
 };
 
 #define PLL_35XX_RATE(_rate, _m, _p, _s)                       \