Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: rockchip: rk3188: use PCLK_CIF0/1 clock IDs on RK3066

RK3066 has two "CIF" video capture interface blocks, reference the
newly added IDs for their PCLK clocks.

Signed-off-by: Val Packett <val@packett.cool>
Link: https://lore.kernel.org/r/20241205182954.5346-2-val@packett.cool
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Val Packett and committed by
Heiko Stuebner
d7169b8b 7c980403

+2 -2
+2 -2
drivers/clk/rockchip/clk-rk3188.c
··· 337 337 338 338 GATE(0, "pclkin_cif0", "ext_cif0", 0, 339 339 RK2928_CLKGATE_CON(3), 3, GFLAGS), 340 - INVERTER(0, "pclk_cif0", "pclkin_cif0", 340 + INVERTER(PCLK_CIF0, "pclk_cif0", "pclkin_cif0", 341 341 RK2928_CLKSEL_CON(30), 8, IFLAGS), 342 342 343 343 FACTOR(0, "xin12m", "xin24m", 0, 1, 2), ··· 595 595 596 596 GATE(0, "pclkin_cif1", "ext_cif1", 0, 597 597 RK2928_CLKGATE_CON(3), 4, GFLAGS), 598 - INVERTER(0, "pclk_cif1", "pclkin_cif1", 598 + INVERTER(PCLK_CIF1, "pclk_cif1", "pclkin_cif1", 599 599 RK2928_CLKSEL_CON(30), 12, IFLAGS), 600 600 601 601 COMPOSITE(0, "aclk_gpu_src", mux_pll_src_cpll_gpll_p, 0,