projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01a163c
)
cpufreq: dt-platdev: Blacklist st,stih418 SoC
author
Alain Volmat
<avolmat@me.com>
Mon, 31 Aug 2020 06:10:12 +0000
(08:10 +0200)
committer
Viresh Kumar
<viresh.kumar@linaro.org>
Wed, 16 Sep 2020 08:42:18 +0000
(14:12 +0530)
Add st,stih418 SoC in the blacklist since the cpufreq driver
for this platform is already registering the driver.
Signed-off-by: Alain Volmat <avolmat@me.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq-dt-platdev.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/cpufreq-dt-platdev.c
b/drivers/cpufreq/cpufreq-dt-platdev.c
index 7d01df7bfa6cd30964d751564ff980ad7f85ec47..3776d960f405ef9ad4e3207da380c11618b1c661 100644
(file)
--- a/
drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/
drivers/cpufreq/cpufreq-dt-platdev.c
@@
-137,6
+137,7
@@
static const struct of_device_id blacklist[] __initconst = {
{ .compatible = "st,stih407", },
{ .compatible = "st,stih410", },
+ { .compatible = "st,stih418", },
{ .compatible = "sigma,tango4", },