Re: [PATCH] cpufreq: Add QCS8300 to cpufreq-dt-platdev blocklist
From: Mukesh Ojha
Date: Mon Mar 16 2026 - 11:49:10 EST
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@xxxxxxxxxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxxxxx>
> { .compatible = "qcom,qdu1000", },
> { .compatible = "qcom,sa8155p" },
> { .compatible = "qcom,sa8540p" },
> --
> 2.34.1
>
--
-Mukesh Ojha