We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c98040 commit d7169b8Copy full SHA for d7169b8
drivers/clk/rockchip/clk-rk3188.c
@@ -337,7 +337,7 @@ static struct rockchip_clk_branch common_clk_branches[] __initdata = {
337
338
GATE(0, "pclkin_cif0", "ext_cif0", 0,
339
RK2928_CLKGATE_CON(3), 3, GFLAGS),
340
- INVERTER(0, "pclk_cif0", "pclkin_cif0",
+ INVERTER(PCLK_CIF0, "pclk_cif0", "pclkin_cif0",
341
RK2928_CLKSEL_CON(30), 8, IFLAGS),
342
343
FACTOR(0, "xin12m", "xin24m", 0, 1, 2),
@@ -595,7 +595,7 @@ static struct rockchip_clk_branch rk3066a_clk_branches[] __initdata = {
595
596
GATE(0, "pclkin_cif1", "ext_cif1", 0,
597
RK2928_CLKGATE_CON(3), 4, GFLAGS),
598
- INVERTER(0, "pclk_cif1", "pclkin_cif1",
+ INVERTER(PCLK_CIF1, "pclk_cif1", "pclkin_cif1",
599
RK2928_CLKSEL_CON(30), 12, IFLAGS),
600
601
COMPOSITE(0, "aclk_gpu_src", mux_pll_src_cpll_gpll_p, 0,
0 commit comments