VESA display timing on i.MX6UL

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

VESA display timing on i.MX6UL

478 Views
paulschoenke
Contributor III

I have a design with the i.MX6UL and am trying to and change the display timings to a standard VESA aspect such as the following, but I'm not getting the proper timing output that I would expect:

 

                                                timing0 {

                                                clock-frequency = <40000000>;

                                                hactive = <800>;

                                                hfront-porch = <40>;

                                                hsync-len = <128>;                                          

                                                hback-porch = <88>;

                                                vactive = <600>;                                               

                                                vfront-porch = <1>;

                                                vsync-len = <4>;

                                                vback-porch = <23>;                                       

                                                hsync-active = <0>;

                                                vsync-active = <0>;

                                                de-active = <1>;

                                                pixelclk-active = <0>;

                                                };

 

With the above settings, when we measure the pixel clock, we get 36 MHz instead of 40 MHz, similar ~10% errors at 640x480 and 1024x768).

The numbers above were produced correctly except for the clock frequency and the slower clock frequency also generated lower display refresh which it was at 54Hz instead of 60Hz due to slower pixel clock.  It has to do something with PLL setting in order to generate proper PLL clock.

Any feedback or input is welcomed and appreciated!

Thanks!

Paul

Labels (1)
0 Kudos
1 Reply

369 Views
Yuri
NXP Employee
NXP Employee

Hello,

   Please let me know what files and BSP are used in the case ?

Regards,

Yuri.

0 Kudos