This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335X display Maximum LCD_CLK frequency

Hi,

I saw in the AM335X Technical Reference Manual, Table 13-2. LCD Controller Clock Signals, the maximum LCD_CLK is 200MHz, but in the AM335X EVM code, the LCD_CLK is set to 300MHz

/* DISP Freq is 300 MHZ */
/* Set Fdll = 600 MHZ , Fdll = M * 2 * CLKINP/ N + 1; clkout = Fdll /(2 * M2) */
#define DISPPLL_M  25 
#define DISPPLL_N  1
#define DISPPLL_M2  1

I just wonder if the LCD_CLK can work reliably at 300MHz?

Thanks,