From: Bjorn Andersson Date: Fri, 25 Feb 2022 03:57:06 +0000 (-0800) Subject: cpufreq: blocklist Qualcomm sc8280xp and sa8540p in cpufreq-dt-platdev X-Git-Tag: v5.18-rc1~68^2~2^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72951a77c00fb23275c8164aeee409c06b6f197c;p=thirdparty%2Fkernel%2Flinux.git cpufreq: blocklist Qualcomm sc8280xp and sa8540p in cpufreq-dt-platdev The Qualcomm sc8280xp and sa8540p platforms also uses the qcom-cpufreq-hw driver, so add them to the cpufreq-dt-platdev driver's blocklist. Signed-off-by: Bjorn Andersson Signed-off-by: Viresh Kumar --- diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index 6b808f805eabc..96de1536e1cbf 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -139,9 +139,11 @@ static const struct of_device_id blocklist[] __initconst = { { .compatible = "qcom,msm8996", }, { .compatible = "qcom,qcs404", }, { .compatible = "qcom,sa8155p" }, + { .compatible = "qcom,sa8540p" }, { .compatible = "qcom,sc7180", }, { .compatible = "qcom,sc7280", }, { .compatible = "qcom,sc8180x", }, + { .compatible = "qcom,sc8280xp", }, { .compatible = "qcom,sdm845", }, { .compatible = "qcom,sm6350", }, { .compatible = "qcom,sm8150", },