diff mbox series

ARM: defconfig: u8500: activate cpufreq

Message ID 20191217202648.23206-1-linus.walleij@linaro.org (mailing list archive)
State Mainlined
Commit e168e6ecd80e6fd483448f62bef7f2137a050119
Headers show
Series ARM: defconfig: u8500: activate cpufreq | expand

Commit Message

Linus Walleij Dec. 17, 2019, 8:26 p.m. UTC
This activates the device tree-based cpufreq driver that
Ux500 is using and enables the schedutil and ondemand
governors with schedutil as default. This works fine in
the setups I have tested.

Cc:Stephan Gerhold <stephan@gerhold.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
ARM/SoC folks: please apply this directly for fixes or
wherever defconfig patches goes.
---
 arch/arm/configs/u8500_defconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

patchwork-bot+linux-soc@kernel.org Dec. 17, 2019, 10:22 p.m. UTC | #1
Hello:

The following patches were marked "accepted", because they were applied to
soc/soc.git (refs/heads/for-next):

Patch: ARM: defconfig: u8500: activate cpufreq
  Submitter: Linus Walleij <linus.walleij@linaro.org>
  Patchwork: https://patchwork.kernel.org/project/linux-soc/list/?series=218531

Total patches: 1
patchwork-bot+linux-soc@kernel.org Dec. 17, 2019, 10:22 p.m. UTC | #2
Hello:

This patch was applied to soc/soc.git (refs/heads/for-next).

On Tue, 17 Dec 2019 21:26:48 +0100 you wrote:
> This activates the device tree-based cpufreq driver that
> Ux500 is using and enables the schedutil and ondemand
> governors with schedutil as default. This works fine in
> the setups I have tested.
> 
> Cc:Stephan Gerhold <stephan@gerhold.net>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> 
> [...]


Here is a summary with links:
  - ARM: defconfig: u8500: activate cpufreq
    https://git.kernel.org/soc/soc/c/9bb8e2092fa0f00076f4a9e20de02fc490467950

You are awesome, thank you!
diff mbox series

Patch

diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig
index 822cddfbf1af..4dd5c92fe3b7 100644
--- a/arch/arm/configs/u8500_defconfig
+++ b/arch/arm/configs/u8500_defconfig
@@ -12,7 +12,9 @@  CONFIG_ARM_APPENDED_DTB=y
 CONFIG_ARM_ATAG_DTB_COMPAT=y
 CONFIG_CMDLINE="root=/dev/ram0 console=ttyAMA2,115200n8"
 CONFIG_CPU_FREQ=y
-CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
+CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL=y
+CONFIG_CPU_FREQ_GOV_ONDEMAND=y
+CONFIG_CPUFREQ_DT=y
 CONFIG_CPU_IDLE=y
 CONFIG_ARM_U8500_CPUIDLE=y
 CONFIG_VFP=y