clk: rockchip: rk3399: To prevent the dclk_vopx below the FRAC clock
authorXing Zheng <zhengxing@rock-chips.com>
Mon, 9 May 2016 01:29:32 +0000 (09:29 +0800)
committerGerrit Code Review <gerrit@rock-chips.com>
Tue, 10 May 2016 11:13:12 +0000 (19:13 +0800)
In most case, we use the VPLL directly for HDMI or DP, and the
the frac dclk will bring the big jitter for dclk. So we don't need
to use the dclk_vopx_frac.

Change-Id: I0d27e5fcb8b4c9a28c0102074c1d6da9426386f4
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
drivers/clk/rockchip/clk-rk3399.c

index 26857790210ec64028d2b6f808bf1b2ac1015775..12a8021a99a5fffcf8bf4d30031f49600990d681 100644 (file)
@@ -159,9 +159,9 @@ PNAME(mux_pll_src_dmyvpll_cpll_gpll_24m_p)  = { "dummy_vpll", "cpll", "gpll",
                                                    "xin24m" };
 
 PNAME(mux_dclk_vop0_p)                 = { "dclk_vop0_div",
-                                           "dclk_vop0_frac" };
+                                           "dummy_dclk_vop0_frac" };
 PNAME(mux_dclk_vop1_p)                 = { "dclk_vop1_div",
-                                           "dclk_vop1_frac" };
+                                           "dummy_dclk_vop1_frac" };
 
 PNAME(mux_clk_cif_p)                   = { "clk_cifout_src", "xin24m" };