From eef7c52ddec8da905f5b91d1018233d5af0528a1 Mon Sep 17 00:00:00 2001 From: Xiao Feng Date: Mon, 1 Feb 2016 17:40:54 +0800 Subject: 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 --- drivers/clk/rockchip/clk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/clk/rockchip/clk.h') 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, \ -- cgit v1.2.3