mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 15:12:59 +02:00
clk: rockchip: rk3399: pclkin_isp1_wrapper should source from pclkin_cif
Change-Id: Id2ccc4003fcd286594fa2c2fc366f7c922417883 Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
This commit is contained in:
parent
a5e2552f88
commit
2f089ed109
|
|
@ -1202,10 +1202,10 @@ static struct rockchip_clk_branch rk3399_clk_branches[] __initdata = {
|
|||
* so we ignore the mux and make clocks nodes as following,
|
||||
*
|
||||
* pclkin_cifinv --|-------\
|
||||
* |GSC20_9|-- pclkin_cifmux
|
||||
* |GSC20_9|-- pclkin_cifmux -- |G27_6| -- pclkin_isp1_wrapper
|
||||
* pclkin_cif --|-------/
|
||||
*/
|
||||
GATE(PCLK_ISP1_WRAPPER, "pclkin_isp1_wrapper", "pclkin_cifmux", CLK_IGNORE_UNUSED,
|
||||
GATE(PCLK_ISP1_WRAPPER, "pclkin_isp1_wrapper", "pclkin_cif", CLK_IGNORE_UNUSED,
|
||||
RK3399_CLKGATE_CON(27), 6, GFLAGS),
|
||||
|
||||
/* cif */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user