mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
rk3368: clk: cpll: make cpll low jitter.
This modify is for cpll low jitter. Make the signal of clk_gmac better. Signed-off-by: zhangqing <zhangqing@rock-chips.com>
This commit is contained in:
@@ -330,7 +330,7 @@
|
||||
status-reg = <0x0480 3>;
|
||||
clocks = <&xin24m>;
|
||||
clock-output-names = "clk_cpll";
|
||||
rockchip,pll-type = <CLK_PLL_3188PLUS>;
|
||||
rockchip,pll-type = <CLK_PLL_3368_LOW_JITTER>;
|
||||
#clock-cells = <0>;
|
||||
#clock-init-cells = <1>;
|
||||
};
|
||||
|
||||
@@ -332,6 +332,7 @@ static const struct apll_clk_set rk3368_aplll_table[] = {
|
||||
static const struct pll_clk_set rk3368_pll_table_low_jitter[] = {
|
||||
/* _khz, nr, nf, no, nb */
|
||||
_RK3188PLUS_PLL_SET_CLKS_NB(1188000, 1, 99, 2, 1),
|
||||
_RK3188PLUS_PLL_SET_CLKS_NB(400000, 1, 100, 6, 1),
|
||||
_RK3188PLUS_PLL_SET_CLKS( 0, 0, 0, 0),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user