Commit aa01dd7b authored by Luca Weiss's avatar Luca Weiss Committed by Viresh Kumar

cpufreq: Add QCM6490 to cpufreq-dt-platdev blocklist

The Qualcomm QCM6490 platform uses the qcom-cpufreq-hw driver, so add it
to the cpufreq-dt-platdev driver's blocklist.
Signed-off-by: default avatarLuca Weiss <luca.weiss@fairphone.com>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent bae8222a
...@@ -145,6 +145,7 @@ static const struct of_device_id blocklist[] __initconst = { ...@@ -145,6 +145,7 @@ static const struct of_device_id blocklist[] __initconst = {
{ .compatible = "qcom,msm8996", }, { .compatible = "qcom,msm8996", },
{ .compatible = "qcom,msm8998", }, { .compatible = "qcom,msm8998", },
{ .compatible = "qcom,qcm2290", }, { .compatible = "qcom,qcm2290", },
{ .compatible = "qcom,qcm6490", },
{ .compatible = "qcom,qcs404", }, { .compatible = "qcom,qcs404", },
{ .compatible = "qcom,qdu1000", }, { .compatible = "qcom,qdu1000", },
{ .compatible = "qcom,sa8155p" }, { .compatible = "qcom,sa8155p" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment