Part Number: DRA745
Tool/software: Linux
Hi,
kernel version:4.4.45
dtb: dra7-evm-lcd-osd.dtb
I found that it was wrong to calculate the clock frequency in the dra7x-evm-lcd-osd.dtsi;
i calculate lcd clock:
clock-frequency = ( hactive + hfront-porch + hback-porch + hsync-len ) * (vactive + vfront-porch + vback-porch + vsync-len ) * vertical_frequency
= (1920+112+32+16 ) * (1200+16+16+2) * 60
= 2080 * 1234 * 60
= 154003200
the clock-frequency default configue as 154000000, the lcd can display, but i change the clock-frequency to 154003200, the lcd screen is not displayed;
i'm confused,please help me.
thanks,
Cesar

