drivers/cpufreq/cpufreq-dt-platdev.c | 1 + 1 file changed, 1 insertion(+)
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>
---
drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
1 file changed, 1 insertion(+)
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" },
--
2.34.1
On 16-03-26, 16:07, Faruque Ansari wrote:
> 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>
> ---
> drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
> 1 file changed, 1 insertion(+)
>
> 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" },
Applied. Thanks.
--
viresh
On 3/16/26 11:37 AM, Faruque Ansari wrote: > 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: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Konrad
On Mon, Mar 16, 2026 at 04:07:52PM +0530, Faruque Ansari wrote:
> 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>
> ---
> drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
> 1 file changed, 1 insertion(+)
>
> 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", },
Reviewed-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
> { .compatible = "qcom,qdu1000", },
> { .compatible = "qcom,sa8155p" },
> { .compatible = "qcom,sa8540p" },
> --
> 2.34.1
>
--
-Mukesh Ojha
On Mon, Mar 16, 2026 at 04:07:52PM +0530, Faruque Ansari wrote: > 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> > --- > drivers/cpufreq/cpufreq-dt-platdev.c | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> -- With best wishes Dmitry
© 2016 - 2026 Red Hat, Inc.