clk: hi6220: Change syspll and media_syspll clk to 1.19GHz
authorXinliang Liu <xinliang.liu@linaro.org>
Wed, 29 Jun 2016 08:45:54 +0000 (16:45 +0800)
committerMichael Turquette <mturquette@baylibre.com>
Wed, 6 Jul 2016 22:20:31 +0000 (15:20 -0700)
In the bootloader of HiKey/96boards, syspll and media_syspll clk
was initialized to 1.19GHz. So, here changes it in kernel accordingly.

1.19GHz was chosen over 1.2GHz because at 1.19GHz we get more precise
HDMI pixel clock (1.19G/16 = 74.4MHz) for 1280x720p@60Hz HDMI
(74.25MHz required by standards). Closer pixel clock means better
compatibility to HDMI monitors.

Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
Signed-off-by: Xinliang Liu <xinliang.liu@linaro.org>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
Link: lkml.kernel.org/r/1467189955-21694-1-git-send-email-guodong.xu@linaro.org

drivers/clk/hisilicon/clk-hi6220.c

index 76de9a762a86574c2da4212460ff7df5f1d92a53..fe364e63f8de899867d2c6e8bb47394b8e871426 100644 (file)
@@ -34,8 +34,8 @@ static struct hisi_fixed_rate_clock hi6220_fixed_rate_clks[] __initdata = {
        { HI6220_PLL_BBP,       "bbppll0",      NULL, 0, 245760000, },
        { HI6220_PLL_GPU,       "gpupll",       NULL, 0, 1000000000,},
        { HI6220_PLL1_DDR,      "ddrpll1",      NULL, 0, 1066000000,},
-       { HI6220_PLL_SYS,       "syspll",       NULL, 0, 1200000000,},
-       { HI6220_PLL_SYS_MEDIA, "media_syspll", NULL, 0, 1200000000,},
+       { HI6220_PLL_SYS,       "syspll",       NULL, 0, 1190400000,},
+       { HI6220_PLL_SYS_MEDIA, "media_syspll", NULL, 0, 1190400000,},
        { HI6220_DDR_SRC,       "ddr_sel_src",  NULL, 0, 1200000000,},
        { HI6220_PLL_MEDIA,     "media_pll",    NULL, 0, 1440000000,},
        { HI6220_PLL_DDR,       "ddrpll0",      NULL, 0, 1600000000,},
This page took 0.025757 seconds and 5 git commands to generate.