clk: rockchip: rk3128: Add sclk_hsadc_tsp

Change-Id: I842869a7ea79730daa6616f1cf2a8f5db7165ceb
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao 2018-02-01 20:25:56 +08:00 committed by Tao Huang
parent 33e05f0c21
commit a250f09aff
2 changed files with 3 additions and 0 deletions

View File

@ -448,6 +448,8 @@ static struct rockchip_clk_branch common_clk_branches[] __initdata = {
COMPOSITE(SCLK_TSP, "sclk_tsp", mux_pll_src_3plls_p, 0,
RK2928_CLKSEL_CON(4), 6, 2, MFLAGS, 0, 5, DFLAGS,
RK2928_CLKGATE_CON(1), 14, GFLAGS),
GATE(SCLK_HSADC_TSP, "sclk_hsadc_tsp", "ext_hsadc_tsp", 0,
RK2928_CLKGATE_CON(10), 13, GFLAGS),
COMPOSITE(SCLK_NANDC, "sclk_nandc", mux_pll_src_3plls_p, 0,
RK2928_CLKSEL_CON(2), 14, 2, MFLAGS, 8, 5, DFLAGS,

View File

@ -75,6 +75,7 @@
#define SCLK_CIF_OUT 152
#define SCLK_SFC 153
#define SCLK_USB480M 154
#define SCLK_HSADC_TSP 155
/* dclk gates */
#define DCLK_VOP 190