forked from Minki/linux
clk: rockchip: add tsadc clock on rk3066
Set clock id for sclk_tsadc gating clock of tsadc in rk3066 Signed-off-by: Paweł Jarosz <paweljarosz3691@gmail.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
6fdb9365f0
commit
2c41b5a775
@ -605,7 +605,7 @@ static struct rockchip_clk_branch rk3066a_clk_branches[] __initdata = {
|
|||||||
GATE(SCLK_TIMER2, "timer2", "xin24m", 0,
|
GATE(SCLK_TIMER2, "timer2", "xin24m", 0,
|
||||||
RK2928_CLKGATE_CON(3), 2, GFLAGS),
|
RK2928_CLKGATE_CON(3), 2, GFLAGS),
|
||||||
|
|
||||||
COMPOSITE_NOMUX(0, "sclk_tsadc", "xin24m", 0,
|
COMPOSITE_NOMUX(SCLK_TSADC, "sclk_tsadc", "xin24m", 0,
|
||||||
RK2928_CLKSEL_CON(34), 0, 16, DFLAGS,
|
RK2928_CLKSEL_CON(34), 0, 16, DFLAGS,
|
||||||
RK2928_CLKGATE_CON(2), 15, GFLAGS),
|
RK2928_CLKGATE_CON(2), 15, GFLAGS),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user