Commit 2e953b852039b7de26642dedac90275333aaa279

Authored by Nishanth Menon
Committed by Greg Kroah-Hartman
1 parent d3c248b638

ARM: omap2plus_defconfig: use CONFIG_CPUFREQ_DT

commit 40d1746d2eeec5e05956d749cca6364573b472b6 upstream.

CONFIG_GENERIC_CPUFREQ_CPU0 disappeared with commit bbcf071969b20f
("cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'")

Use the renamed CONFIG_CPUFREQ_DT generic driver. It looks like with
v3.18-rc1, commit bbcf071969b20f and fdc509b15eb3eb came in via
different trees causing the resultant v3.18-rc1 to be non-functional for
cpufreq as default supported with omap2plus_defconfig.

Fixes: fdc509b15eb3eb ("ARM: omap2plus_defconfig: Add cpufreq to defconfig")
Signed-off-by: Nishanth Menon <nm@ti.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/configs/omap2plus_defconfig
... ... @@ -68,7 +68,7 @@
68 68 CONFIG_CPU_FREQ_GOV_POWERSAVE=y
69 69 CONFIG_CPU_FREQ_GOV_USERSPACE=y
70 70 CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
71   -CONFIG_GENERIC_CPUFREQ_CPU0=y
  71 +CONFIG_CPUFREQ_DT=y
72 72 # CONFIG_ARM_OMAP2PLUS_CPUFREQ is not set
73 73 CONFIG_CPU_IDLE=y
74 74 CONFIG_BINFMT_MISC=y