ARM: configs: tizen_bcm2711_defconfig: Use schedutil as default governor 42/224042/3 accepted/tizen/unified/20200206.123452 submit/tizen/20200206.065944
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 6 Feb 2020 02:03:57 +0000 (11:03 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 6 Feb 2020 06:53:03 +0000 (06:53 +0000)
commit8de477c9f22e351c5540ea62c3772707a27b7fdf
tree5b329729c5c78dc07a981bfeff0f8a9143c4643c
parente71f5209963007a752930e6af80c46eb9c79d97a
ARM: configs: tizen_bcm2711_defconfig: Use schedutil as default governor

In order to improve the CPU performance, use schedutil cpufreq governor
as the default governor instead of powersave governor.

RPI4 supports only two CPU frequencies of 600MHz and 1500MHz.
After changed the default governor, can check the usage information
of two frequencies by schedutil governor.

[Example]
$ cat /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state
600000 4347
1500000 2146

Change-Id: Id2e82dbbefbd4753bc6a0689d089427ee03ece97
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
arch/arm/configs/tizen_bcm2711_defconfig