mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-28 17:02:50 +01:00
rockchip: video: fix 83500000 clock mistake in rockchip HDMI
There is one "0" too many in 83500000 mpixelclock in rockchip_mpll_cfg[]. fix it. Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
This commit is contained in:
parent
3cc6e7070d
commit
94412745cd
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ static const struct hdmi_mpll_config rockchip_mpll_cfg[] = {
|
|||
.mpixelclock = 66000000,
|
||||
.cpce = 0x013e, .gmp = 0x0003, .curr = 0x0038,
|
||||
}, {
|
||||
.mpixelclock = 835000000,
|
||||
.mpixelclock = 83500000,
|
||||
.cpce = 0x0072, .gmp = 0x0001, .curr = 0x0028,
|
||||
}, {
|
||||
.mpixelclock = 146250000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue