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.

How to Change ARM Clock for K2E EVM

Hi.

Would you please tell me how to change the ARM clock frequency for K2E EVM?

For K2H EVM, we can change it with the following U-Boot command as explained at TI Wiki.

pllset arm <mult> <div> <OD>

However, The pllset command for K2E does not have "arm" selection but "pa" or "ddr3".
The Wiki article mentioned that ARM cores of K2E are clocked by the main PLL. So I suppose we should modify the PLL setting of the main PLL for the ARM clock. It seems that "pa" is not for the main PLL.

arch/arm/cpu/armv7/keystone/cmd_clock.c

arch/arm/cpu/armv7/keystone/clock.c

Best regards,
Tsutomu Furuse