LVDS pixel clock setting update for KK4.4.3

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

LVDS pixel clock setting update for KK4.4.3

跳至解决方案
1,616 次查看
torus1000
Contributor V

Hi,

My re-built KK4.4.3 image works fine except LVDS port which replaced panel attached.

I followed described instructions and I tried to change LVDS clock from 38MHz to 30MHz but couldn't change yet.

>LVDS pixel clock on i.MX6
>https://community.freescale.com/message/491746#491746

      (1) arch/arm/mach-imx/clk-imx6q.c
           clk_set_parent(clk[ldb_di0_sel], clk[pll5_video_div]);
      (2) drivers/video/mxc/ldb.c supposed to move arch/arm/boot/dts/imx6qdl-sabresd.dtsi
           clock-frequency = <30000000>;

Can anyone help me to correct my LVDS clock setting? Which files do I need to fix?

Thanks.

标签 (2)
标记 (4)
0 项奖励
回复
1 解答
1,131 次查看
torus1000
Contributor V

I found the comment how to change the clock source in 154 line of kernel_imx/arch/arm/mach-imx/clk-imx6q.c.

I added parameter as following then it worked.

u-boot=> setenv mmcargs... ldb_di_clk_sel=pll5_video_div
u-boot=> boot

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,132 次查看
torus1000
Contributor V

I found the comment how to change the clock source in 154 line of kernel_imx/arch/arm/mach-imx/clk-imx6q.c.

I added parameter as following then it worked.

u-boot=> setenv mmcargs... ldb_di_clk_sel=pll5_video_div
u-boot=> boot

0 项奖励
回复