Commit 01948ea
clk: adding items for some hdmi resolutions
1.
After changed pll source to npll for dclk_vop0,
some VGA screen appear noise/joggling when using
HDMI2VGA dongle.
To solve this issue we need to tune clk parameters
to make sure hdmi get less signal jitter as possible.
Fout = ((Fin /NR) * NF )/ NO
_#define RK3066_PLL_RATE(_rate, _nr, _nf, _no)
where Fout is targe clk, Fin is a clock oscillator 24M,
NR is reference divider, NF is multiplication factor,
NO is post vco divider, to get less jitter we need to
set maximum NO as possible.
2.
PLL supports Output frequency range within 27.5MHz – 2200MHz,
we need limit support freq. in vop driver.
Change-Id: Ifc6cfa2bd8a6ae88c2c9919e53e67d1b468bfacf1 parent 596047d commit 01948ea
2 files changed
Lines changed: 21 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | | - | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
103 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
104 | 123 | | |
105 | 124 | | |
106 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1494 | 1494 | | |
1495 | 1495 | | |
1496 | 1496 | | |
1497 | | - | |
| 1497 | + | |
1498 | 1498 | | |
1499 | 1499 | | |
1500 | 1500 | | |
| |||
0 commit comments