Tool/software: Linux
Does anybody have an example of how to implement Spread Spectrum Clocking ( SSC) within the linux ( yocto ) not on u-boot
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.
Tool/software: Linux
Does anybody have an example of how to implement Spread Spectrum Clocking ( SSC) within the linux ( yocto ) not on u-boot
Hi Eran,
AM437x Cortex-A9 MPU PLL is configured in the below linux kernel drivers:
linux-kernel/drivers/clk/ti/dpll.c
linux-kernel/drivers/clk/ti/clkt_dpll.c
linux-kernel/Documentation/devicetree/bindings/clock/ti/dpll.txt
Regards,
Pavel