projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
568035b
)
cpufreq: Add SM6115 to cpufreq-dt-platdev blocklist
author
Adam Skladowski
<a39.skl@gmail.com>
Mon, 15 Aug 2022 10:09:42 +0000
(12:09 +0200)
committer
Viresh Kumar
<viresh.kumar@linaro.org>
Tue, 16 Aug 2022 05:20:49 +0000
(10:50 +0530)
The Qualcomm SM6115 platform uses the
qcom-cpufreq-hw driver, so add it to the cpufreq-dt-platdev driver's
blocklist.
Signed-off-by: Adam Skladowski <a39.skl@gmail.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 2c96de3f2d83ccd1ccc57839f9c447513ba54da7..6ac3800db4508229bf2d102b0449ae852d503b7c 100644
(file)
--- a/
drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/
drivers/cpufreq/cpufreq-dt-platdev.c
@@
-146,6
+146,7
@@
static const struct of_device_id blocklist[] __initconst = {
{ .compatible = "qcom,sc8180x", },
{ .compatible = "qcom,sc8280xp", },
{ .compatible = "qcom,sdm845", },
+ { .compatible = "qcom,sm6115", },
{ .compatible = "qcom,sm6350", },
{ .compatible = "qcom,sm8150", },
{ .compatible = "qcom,sm8250", },