ARM: configs: tizen_bcm2711_defconfig: Enable CONFIG_CPUFREQ_DT config
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 27 Apr 2020 01:35:06 +0000 (10:35 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 7 Feb 2022 07:09:31 +0000 (16:09 +0900)
commitc43740710a4d6bd5dd29c237481db5b0a99063d6
tree6565242734d99fb4c8a9fa86bb04c20e030af5c3
parent9ca94cfee0b1ef6033a0b5756e04e3b9a1cd1210
ARM: configs: tizen_bcm2711_defconfig: Enable CONFIG_CPUFREQ_DT config

The cpufreq subsystem provides the generic cpufreq driver
based on device-tree, CONFIG_CPUFREQ_DT config. Enable CONFIG_CPUFREQ_DT
to support cpufreq driver instead of BCM legacy driver. By using
CONFIG_CPUFREQ_DT, be able to use the features provided by other linux kernel
framework like thermal. And control the fine-grained CPU frequency with 4 step
as following:

[Before available CPU frequencies]
600000
1500000

[After available CPU frequencies]
600000
700000
1000000
1500000

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