mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 07:32:29 +02: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:
parent
fca072d64b
commit
12a178aad2
|
|
@ -330,7 +330,7 @@ clk_cpll: pll-clk@0030 {
|
|||
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),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user