diff mbox series

ARM: tegra: Enable CPUFREQ userspace governor

Message ID 20200712103114.24825-1-jonathanh@nvidia.com (mailing list archive)
State Mainlined
Commit 5384e0019da99b2ebac84a91f10d1d82fe344d40
Headers show
Series ARM: tegra: Enable CPUFREQ userspace governor | expand

Commit Message

Jon Hunter July 12, 2020, 10:31 a.m. UTC
Enable the CPUFREQ userspace governor in the tegra_defconfig so that
we can test CPUFREQ with the userspace governor with this configuration
on 32-bit Tegra devices.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
---
 The_Yellow_Theme_24-192.wav      | 0
 arch/arm/configs/tegra_defconfig | 1 +
 2 files changed, 1 insertion(+)
 create mode 100644 The_Yellow_Theme_24-192.wav

Comments

Dmitry Osipenko July 12, 2020, 10:48 a.m. UTC | #1
12.07.2020 13:31, Jon Hunter пишет:
> Enable the CPUFREQ userspace governor in the tegra_defconfig so that
> we can test CPUFREQ with the userspace governor with this configuration
> on 32-bit Tegra devices.
> 
> Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
> ---
>  The_Yellow_Theme_24-192.wav      | 0
>  arch/arm/configs/tegra_defconfig | 1 +
>  2 files changed, 1 insertion(+)

>  create mode 100644 The_Yellow_Theme_24-192.wav
> 
> diff --git a/The_Yellow_Theme_24-192.wav b/The_Yellow_Theme_24-192.wav
> new file mode 100644

Hello, Jon! This looks like something unrelated to this patch :)
Jon Hunter July 13, 2020, 8:27 a.m. UTC | #2
On 12/07/2020 11:48, Dmitry Osipenko wrote:
> 12.07.2020 13:31, Jon Hunter пишет:
>> Enable the CPUFREQ userspace governor in the tegra_defconfig so that
>> we can test CPUFREQ with the userspace governor with this configuration
>> on 32-bit Tegra devices.
>>
>> Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
>> ---
>>  The_Yellow_Theme_24-192.wav      | 0
>>  arch/arm/configs/tegra_defconfig | 1 +
>>  2 files changed, 1 insertion(+)
> 
>>  create mode 100644 The_Yellow_Theme_24-192.wav
>>
>> diff --git a/The_Yellow_Theme_24-192.wav b/The_Yellow_Theme_24-192.wav
>> new file mode 100644
> 
> Hello, Jon! This looks like something unrelated to this patch :)


Ugh indeed. Thanks. I will fix this. Jon
diff mbox series

Patch

diff --git a/The_Yellow_Theme_24-192.wav b/The_Yellow_Theme_24-192.wav
new file mode 100644
index 000000000000..e69de29bb2d1
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index aa94369bdd0f..f70600bdedd6 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -23,6 +23,7 @@  CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_KEXEC=y
 CONFIG_CPU_FREQ=y
 CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
+CONFIG_CPU_FREQ_GOV_USERSPACE=y
 CONFIG_CPUFREQ_DT=y
 CONFIG_CPU_IDLE=y
 CONFIG_ARM_TEGRA_CPUIDLE=y