From: Sibi Sankar Date: Wed, 12 May 2021 08:11:22 +0000 (+0530) Subject: cpufreq: blacklist SC7280 in cpufreq-dt-platdev X-Git-Tag: howlett/maple/20220722_2~2792^2~1^2~7 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=17a8b0b6dde67f8561cf2ccbe945d5089cd70e08;p=users%2Fjedix%2Flinux-maple.git cpufreq: blacklist SC7280 in cpufreq-dt-platdev Add SC7280 to cpufreq-dt-platdev blacklist since the actual scaling is handled by the 'qcom-cpufreq-hw' driver. Reviewed-by: Douglas Anderson Signed-off-by: Sibi Sankar Signed-off-by: Viresh Kumar --- diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index 5e07065ec22f..345418b8250e 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -137,6 +137,7 @@ static const struct of_device_id blacklist[] __initconst = { { .compatible = "qcom,msm8996", }, { .compatible = "qcom,qcs404", }, { .compatible = "qcom,sc7180", }, + { .compatible = "qcom,sc7280", }, { .compatible = "qcom,sdm845", }, { .compatible = "st,stih407", },