forked from torvalds/linux
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
cpufreq: tegra186: set valid freq from freq_table
If the frequency set by bootloader is not present in freq_table. Then set a valid freq from freq_table which is closest to the set frequency. This patch fixes below error which comes because the boot freq is not present in present. Due to this the freq get function retuns zero. cpufreq: cpufreq_online: ->get() failed cpufreq: cpufreq_online: ->get() failed Signed-off-by: Sumit Gupta <sumitg@nvidia.com>
- Loading branch information
Showing
1 changed file
with
66 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters