clk: rockchip: rk3399: fix the incorrect parent for c/gpll_aclk_perihp_src
authorXing Zheng <zhengxing@rock-chips.com>
Wed, 27 Apr 2016 08:50:24 +0000 (16:50 +0800)
committerXing Zheng <zhengxing@rock-chips.com>
Wed, 27 Apr 2016 08:51:13 +0000 (16:51 +0800)
Change-Id: I9cacddcaa637d46a96c7c70c8d0938688561b187
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
drivers/clk/rockchip/clk-rk3399.c

index 5277c0d8345183eb06ddf043549875c4d63e0b66..6c9e332aaaa7f1aa62d04eb060dadddb71f38d04 100644 (file)
@@ -837,9 +837,9 @@ static struct rockchip_clk_branch rk3399_clk_branches[] __initdata = {
                        RK3399_CLKGATE_CON(13), 1, GFLAGS),
 
        /* perihp */
-       GATE(0, "cpll_aclk_perihp_src", "gpll", CLK_IGNORE_UNUSED,
+       GATE(0, "cpll_aclk_perihp_src", "cpll", CLK_IGNORE_UNUSED,
                        RK3399_CLKGATE_CON(5), 0, GFLAGS),
-       GATE(0, "gpll_aclk_perihp_src", "cpll", CLK_IGNORE_UNUSED,
+       GATE(0, "gpll_aclk_perihp_src", "gpll", CLK_IGNORE_UNUSED,
                        RK3399_CLKGATE_CON(5), 1, GFLAGS),
        COMPOSITE(ACLK_PERIHP, "aclk_perihp", mux_aclk_perihp_p, CLK_IGNORE_UNUSED,
                        RK3399_CLKSEL_CON(14), 7, 1, MFLAGS, 0, 5, DFLAGS,