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