new display LVDS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

new display LVDS

1,098 Views
giorgiofantin
Contributor I

Hi to everybody,

  i coming crazy to add a new lvds to my embedded linux. I have an i.MX6 with kernel versoin 3.0.35 and FS ubuntu 12.02.

It works fine, but now i have to add a new lvds with a resolution as 640 x 480. Its clock frequency is about 25.18 with a maximum of 28.33. I added in ldc.c the new resolution, but with default valued i get a clock frequency of 38 MHz. Searching on google, i found to modifify clock.c file (arch/arm/mach-mx6/clock.c) and set

clk_set_parent(&ldb_di0_clk, &pll5_video_main_clk);

Defautl value is clk_set_parent(&ldb_di0_clk, &pll2_pfd_352M);

Chanching it, the clock frequency goes from 38kHz to 33, but not to 25.

Can anyone help me?

Thnaks

Tags (5)
0 Kudos
Reply
1 Reply

846 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Giorgio,

Just as reference I'm adding a link to the other LVDS Clock thread created since these are very similar:

https://community.freescale.com/thread/353830

Regards,

Gustavo

0 Kudos
Reply