diff --git a/drivers/clk/rockchip/clk-rk3128.c b/drivers/clk/rockchip/clk-rk3128.c index d378aa816724..97df60980b05 100644 --- a/drivers/clk/rockchip/clk-rk3128.c +++ b/drivers/clk/rockchip/clk-rk3128.c @@ -453,6 +453,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, diff --git a/include/dt-bindings/clock/rk3128-cru.h b/include/dt-bindings/clock/rk3128-cru.h index c1db54acfef3..f775d9e0f7d8 100644 --- a/include/dt-bindings/clock/rk3128-cru.h +++ b/include/dt-bindings/clock/rk3128-cru.h @@ -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