projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59b55c1
)
cpufreq: Add i.MX7ULP to cpufreq-dt-platdev blacklist
author
Peng Fan
<peng.fan@nxp.com>
Mon, 20 Apr 2020 07:55:13 +0000
(15:55 +0800)
committer
Viresh Kumar
<viresh.kumar@linaro.org>
Tue, 28 Apr 2020 04:15:54 +0000
(09:45 +0530)
Add i.MX7ULP to cpufreq-dt-platdev blacklist.
Signed-off-by: Peng Fan <peng.fan@nxp.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 cb9db16bea6176fb825a9aa0a96ae05110d5988d..5c8baf603e05627b711abe92a619d008fd52cb86 100644
(file)
--- a/
drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/
drivers/cpufreq/cpufreq-dt-platdev.c
@@
-105,6
+105,7
@@
static const struct of_device_id blacklist[] __initconst = {
{ .compatible = "calxeda,highbank", },
{ .compatible = "calxeda,ecx-2000", },
+ { .compatible = "fsl,imx7ulp", },
{ .compatible = "fsl,imx7d", },
{ .compatible = "fsl,imx8mq", },
{ .compatible = "fsl,imx8mm", },