IMX6ULL DVFS NOT WORKING

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

IMX6ULL DVFS NOT WORKING

707 Views
devika_ramesh
Contributor I

Hi

We are using IMX6ULL for our custom board and observed that for the frequencies 792MHz & 528MHz , the voltage value is constant (1.275V) in 'userspace' mode.We had given the correct PMIC regulator name in 'cpu0' section of the dts file.We tried changing the content in section 'fsl,soc-operating-points ' of dtsi file also but whatever be the voltage value given in the above mentioned section, the voltage value remained 1.275V itself.Could you please tell us how to enable the DVFS feature?

Tags (1)
0 Kudos
1 Reply

660 Views
igorpadykov
NXP Employee
NXP Employee

Hi Devika

one can check dts "operating-points" parameter :

    cpus {        cpu0: cpu@0 {..
            operating-points = <
                /* kHz    uV */

imx6ull.dtsi\dts\boot\arm\arch - linux-imx - i.MX Linux kernel 

However it should correspond to chip datasheet values given in

Table 10. Operating Ranges

i.MX 6ULL Applications Processor | Single Arm® Cortex®-A7 @ 900 MHz | NXP 

Also please check sect.2.5.3.4 Menu Configuration Options attached Linux Manual.

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

0 Kudos