How to disable the DVFS function for i.MX6Q

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

How to disable the DVFS function for i.MX6Q

Jump to solution
1,481 Views
yuuki
Senior Contributor II

Dear all,

We run AndoridKK4.4.3 BSP on the i.MX6Q-SABRE-SDB board.

However, we have the problem that a system reboots.

When a frequency is fixed to 396MHz, it seems that the problem does not occur.

At this time, We observed the voltage of VDD_ARM_IN and VDD_ARM_CAP.
However, the voltage is stable.

We want to try disabling DVFS function.

Would you tell me the method to disable the DVFS function?

Best Regards,
Yuuki

Labels (2)
0 Kudos
1 Solution
1,104 Views
b36401
NXP Employee
NXP Employee

You can try this command
# echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
to disable DVFS.

Have a great day,
Victor

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

View solution in original post

0 Kudos
1 Reply
1,105 Views
b36401
NXP Employee
NXP Employee

You can try this command
# echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
to disable DVFS.

Have a great day,
Victor

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

0 Kudos