Commit f210e5574ff92734220c9c16a33534faa6959255
Committed by
Simon Glass
1 parent
cc75afc5d7
Exists in
smarc_8mq_lf_v2020.04
and in
20 other branches
rockchip: video: add mpixelclock settings from Linux driver
The Linux driver now supports higher mpixelclock settings. Add these to rockchip_phy_config[] and rockchip_mpll_cfg[]. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Showing 1 changed file with 9 additions and 0 deletions Side-by-side Diff
drivers/video/rockchip/rk_hdmi.c
| ... | ... | @@ -36,6 +36,9 @@ |
| 36 | 36 | .mpixelclock = 297000000, |
| 37 | 37 | .sym_ctr = 0x8039, .term = 0x0005, .vlev_ctr = 0x028d, |
| 38 | 38 | }, { |
| 39 | + .mpixelclock = 584000000, | |
| 40 | + .sym_ctr = 0x8039, .term = 0x0000, .vlev_ctr = 0x019d, | |
| 41 | + }, { | |
| 39 | 42 | .mpixelclock = ~0ul, |
| 40 | 43 | .sym_ctr = 0x0000, .term = 0x0000, .vlev_ctr = 0x0000, |
| 41 | 44 | } |
| ... | ... | @@ -60,6 +63,12 @@ |
| 60 | 63 | }, { |
| 61 | 64 | .mpixelclock = 148500000, |
| 62 | 65 | .cpce = 0x0051, .gmp = 0x0003, .curr = 0x0000, |
| 66 | + }, { | |
| 67 | + .mpixelclock = 272000000, | |
| 68 | + .cpce = 0x0040, .gmp = 0x0003, .curr = 0x0000, | |
| 69 | + }, { | |
| 70 | + .mpixelclock = 340000000, | |
| 71 | + .cpce = 0x0040, .gmp = 0x0003, .curr = 0x0000, | |
| 63 | 72 | }, { |
| 64 | 73 | .mpixelclock = ~0ul, |
| 65 | 74 | .cpce = 0x0051, .gmp = 0x0003, .curr = 0x0000, |