projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01c5bb0
)
cpufreq: Add SM6375 to cpufreq-dt-platdev blocklist
author
Konrad Dybcio
<konrad.dybcio@linaro.org>
Tue, 3 Jan 2023 17:11:29 +0000
(18:11 +0100)
committer
Viresh Kumar
<viresh.kumar@linaro.org>
Wed, 4 Jan 2023 06:35:06 +0000
(12:05 +0530)
The Qualcomm SM6375 platform uses the qcom-cpufreq-hw driver, so add
it to the cpufreq-dt-platdev driver's blocklist.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
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 e329d29d1f9d11038eec3f4830f6f5404e20b76f..e8570365109869d4063339d877b3c3110b75b9b3 100644
(file)
--- a/
drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/
drivers/cpufreq/cpufreq-dt-platdev.c
@@
-151,6
+151,7
@@
static const struct of_device_id blocklist[] __initconst = {
{ .compatible = "qcom,sdm845", },
{ .compatible = "qcom,sm6115", },
{ .compatible = "qcom,sm6350", },
+ { .compatible = "qcom,sm6375", },
{ .compatible = "qcom,sm8150", },
{ .compatible = "qcom,sm8250", },
{ .compatible = "qcom,sm8350", },