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 ADPLLS DCO frequency is slower than 2GHz?

Hi,

I am trying some ADPLLS setting to reduce LCDC Clock jitters.
And then I have a question about DPLL DISP(ADPLLS) register setting.

There are the following two cases:
1)CLK24MHz, M=891, N=15, M2=9 =>148.5MHz => OK
CM_DIV_M2_DPLL_DISP(0x44E004A4) :   0x00000309
CM_CLKSEL_DPLL_DISP(0x44e00454) :  0x00037B0F
CM_IDLEST_DPLL_DISP(0x44E00448)  :   0x1                  ※Lock

2)CLK24MHz, M=900, N=15, M2=10 => NG
CM_DIV_M2_DPLL_DISP(0x44E004A4) :   0x0000030A
CM_CLKSEL_DPLL_DISP(0x44e00454) :  0x0003DE0F
CM_IDLEST_DPLL_DISP(0x44E00448)  :   0x0                  ※Unlock
#I have confirmed this on AM335x EVM.

Form TRM, ADPLLS can multiply up to 2-GHz maximum. So 2) should be OK. But It becomes Unlock.
Why not? ADPLLS DCO frequency is slower than 2GHz?

Best Regards,
Taka