Skip to content
Snippets Groups Projects
Commit 94412745 authored by Nickey Yang Nickey Yang's avatar Nickey Yang Nickey Yang Committed by Anatolij Gustschin
Browse files

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: default avatarNickey Yang <nickey.yang@rock-chips.com>
parent 3cc6e707
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment