summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFaruque Ansari <faruque.ansari@oss.qualcomm.com>2026-03-16 16:07:52 +0530
committerViresh Kumar <viresh.kumar@linaro.org>2026-03-17 14:21:32 +0530
commitd6f8e0e06dee066076a45eea4f9f85247f85477d (patch)
tree75cab077569ece5bad886d898e69cd4924fd8075
parentdb5e64651a1b3ddf33a25ccfc1d28da1c427780b (diff)
downloadlinux-d6f8e0e06dee066076a45eea4f9f85247f85477d.tar.gz
linux-d6f8e0e06dee066076a45eea4f9f85247f85477d.zip
cpufreq: Add QCS8300 to cpufreq-dt-platdev blocklist
The Qualcomm QCS8300 platform uses the qcom-cpufreq-hw driver, so add it to the cpufreq-dt-platdev driver's blocklist. Signed-off-by: Faruque Ansari <faruque.ansari@oss.qualcomm.com> Reviewed-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
-rw-r--r--drivers/cpufreq/cpufreq-dt-platdev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 25fd3b191b7e..ff1204c666b1 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -159,6 +159,7 @@ static const struct of_device_id blocklist[] __initconst = {
{ .compatible = "qcom,qcm2290", },
{ .compatible = "qcom,qcm6490", },
{ .compatible = "qcom,qcs404", },
+ { .compatible = "qcom,qcs8300", },
{ .compatible = "qcom,qdu1000", },
{ .compatible = "qcom,sa8155p" },
{ .compatible = "qcom,sa8540p" },