]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rockchip: video: fix 83500000 clock mistake in rockchip HDMI
authorNickey Yang Nickey Yang <nickey.yang@rock-chips.com>
Mon, 27 Feb 2017 09:04:21 +0000 (17:04 +0800)
committerAnatolij Gustschin <agust@denx.de>
Mon, 27 Feb 2017 15:10:45 +0000 (16:10 +0100)
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>
drivers/video/rockchip/rk_hdmi.c

index 1a4fa3677e70f8c7ab6bd30f36573e1e4a463c21..7b0c43b85817623885fae1af95fe35d57280ab7d 100644 (file)
@@ -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,