projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e480ab
)
PM / devfreq: imx8m-ddrc: Remove DEVFREQ_GOV_SIMPLE_ONDEMAND dependency
author
Dong Aisheng
<aisheng.dong@nxp.com>
Fri, 21 May 2021 03:16:39 +0000
(11:16 +0800)
committer
Chanwoo Choi
<cw00.choi@samsung.com>
Fri, 21 May 2021 04:16:21 +0000
(13:16 +0900)
The driver can't support simple ondemand governor due to missing
.get_dev_status() capability.
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/devfreq/Kconfig
b/drivers/devfreq/Kconfig
index 20373a893b445580ecdc8f168c73e9da9051e88c..e87d01c0b76a5c1dd02a410a32c7ccdb4c8f89ba 100644
(file)
--- a/
drivers/devfreq/Kconfig
+++ b/
drivers/devfreq/Kconfig
@@
-103,7
+103,6
@@
config ARM_IMX8M_DDRC_DEVFREQ
tristate "i.MX8M DDRC DEVFREQ Driver"
depends on (ARCH_MXC && HAVE_ARM_SMCCC) || \
(COMPILE_TEST && HAVE_ARM_SMCCC)
- select DEVFREQ_GOV_SIMPLE_ONDEMAND
select DEVFREQ_GOV_USERSPACE
help
This adds the DEVFREQ driver for the i.MX8M DDR Controller. It allows