From 2f089ed1098b8d49b1d52daf77d82be6cb5fe66b Mon Sep 17 00:00:00 2001 From: Xing Zheng Date: Mon, 28 Mar 2016 11:34:33 +0800 Subject: [PATCH] clk: rockchip: rk3399: pclkin_isp1_wrapper should source from pclkin_cif Change-Id: Id2ccc4003fcd286594fa2c2fc366f7c922417883 Signed-off-by: Xing Zheng --- drivers/clk/rockchip/clk-rk3399.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/rockchip/clk-rk3399.c b/drivers/clk/rockchip/clk-rk3399.c index 639eaf608dbd..f361e4dfa4ca 100644 --- a/drivers/clk/rockchip/clk-rk3399.c +++ b/drivers/clk/rockchip/clk-rk3399.c @@ -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 */ -- 2.34.1