How to change PLL frequency in Linux Kernel?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to change PLL frequency in Linux Kernel?

869 Views
t_kuha
Contributor I

Hi,

I would like to change PLL PFD frequency of i.MX 6 Quad in Linux Kernel.

The question is: what should I do to achieve this?

(Do I only have to change device tree or do I have to change the Kernel source code?)

I use Linux Kernel & BSP ver. 3.14.52

Best regards,

Labels (2)
0 Kudos
1 Reply

841 Views
igorpadykov
NXP Employee
NXP Employee

Hi t_kuha

one can look at codes in cpufreq, busfreq drivers described in

sect.2.5.3 CPU Frequency Scaling (CPUFREQ),sect.2.5.3.3 Source Code Structure

sect.2.5.4 Dynamic Bus Frequency, sect.2.5.4.4 Source Code Structure

i.MX Linux Reference Manual

linux-imx - i.MX Linux kernel 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos