mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
clk: rockchip: rk3568: Fix clk_tsadc_tsen mux width
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com> Change-Id: I659b4e501e7fe8ad769bbd017f615d6ae359cf1c
This commit is contained in:
@@ -1210,7 +1210,7 @@ static struct rockchip_clk_branch rk3568_clk_branches[] __initdata = {
|
||||
GATE(PCLK_TSADC, "pclk_tsadc", "pclk_bus", 0,
|
||||
RK3568_CLKGATE_CON(26), 4, GFLAGS),
|
||||
COMPOSITE(CLK_TSADC_TSEN, "clk_tsadc_tsen", xin24m_gpll100_cpll100_p, 0,
|
||||
RK3568_CLKSEL_CON(51), 4, 1, MFLAGS, 0, 3, DFLAGS,
|
||||
RK3568_CLKSEL_CON(51), 4, 2, MFLAGS, 0, 3, DFLAGS,
|
||||
RK3568_CLKGATE_CON(26), 5, GFLAGS),
|
||||
COMPOSITE_NOMUX(CLK_TSADC, "clk_tsadc", "clk_tsadc_tsen", 0,
|
||||
RK3568_CLKSEL_CON(51), 8, 7, DFLAGS,
|
||||
|
||||
Reference in New Issue
Block a user