Commit 08df609
committed
ARC: [axs101] Fix HDMI frequency divider for v3 motherboard.
On v2 motherboard it was the only clock source for all purposes and for clocking
HDMI phy in particular. It was 25MHz. It lead to a fact that HDMI pixel clock
was 75MHz instead of 74.25MHz required by spec.
Even though on most monitors/TVs we still had normal picture there was a chance
in some corner-cases get problems with image display.
This problem was resolved on v3 motherboard with addition of another clock
source with 27MHz frequency.
Now to support both motherboard at once we check its version and do proper
divider setup.
Signed-off-by: Alexey Brodkin <[email protected]>
Signed-off-by: Paul Moers <[email protected]>1 parent 941a8b4 commit 08df609
1 file changed
+32
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
193 | 213 | | |
194 | 214 | | |
195 | 215 | | |
| |||
0 commit comments