we are trying to generate 24Mhz bit clock from SSI 48KHz frame sync clock. When i go through the CCM module & other similar questions in NXP. mentioned like reprogramming the PLL4 to achieve the bit clock 24Mhz.
Please let me know which part of the code in the kernel reprogram the pll4 in the kernel 4.14.
Hi igor,
Thanks for your support & information. i could able to achieve the clock frequency by setting post dividers in the clk_imx6q.c
Best regards,
K. durgaprasad
Hi Durgaprasad
simple examples for this case can be found in SDK
https://github.com/RT-Thread/rt-thread/tree/master/bsp/imx6sx/iMX6_Platform_SDK
>Please let me know which part of the code in the kernel reprogram the pll4 in the kernel 4.14
in linux one can look at clk driver:
Best regards
igor