summaryrefslogtreecommitdiff
path: root/drivers/clk/rockchip/clk.h
diff options
context:
space:
mode:
authorXiao Feng <xf@rock-chips.com>2016-02-01 17:40:54 +0800
committerHuang, Tao <huangtao@rock-chips.com>2016-02-16 18:33:51 +0800
commiteef7c52ddec8da905f5b91d1018233d5af0528a1 (patch)
treec2bf235ed8c1220d0a8bc9b78c0984dfbaad0f92 /drivers/clk/rockchip/clk.h
parentd0a7c1acd06c3bd16e88d145d5e50eb94a9ccdc4 (diff)
clk: rockchip: add new pll-type for rk3366 and similar socs
The rk3366's pll and clock are similar with rk3036's, it different with base on the rk3066(rk3188, rk3288, rk3368 use it), there are different adjust foctors and control registers, so these should be independent and separate from the series of rk3066s. Change-Id: I49afadd1e34952356e1d6afcb2ef5f30bfa8617c Signed-off-by: Xiao Feng <xf@rock-chips.com>
Diffstat (limited to 'drivers/clk/rockchip/clk.h')
-rw-r--r--drivers/clk/rockchip/clk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/rockchip/clk.h b/drivers/clk/rockchip/clk.h
index 61e7b2d995f1..423e49cc06ed 100644
--- a/drivers/clk/rockchip/clk.h
+++ b/drivers/clk/rockchip/clk.h
@@ -79,6 +79,7 @@ struct clk;
enum rockchip_pll_type {
pll_rk3036,
pll_rk3066,
+ pll_rk3366,
};
#define RK3036_PLL_RATE(_rate, _refdiv, _fbdiv, _postdiv1, \