cpufreq: blacklist Qualcomm sc8180x in cpufreq-dt-platdev

The Qualcomm SC8180x platform uses the qcom-cpufreq-hw driver, so
it in the cpufreq-dt-platdev driver's blocklist.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This commit is contained in:
Bjorn Andersson 2021-07-24 20:02:14 -07:00 committed by Viresh Kumar
parent e73f0f0ee7
commit d66cd5dea5

View file

@ -139,6 +139,7 @@ static const struct of_device_id blocklist[] __initconst = {
{ .compatible = "qcom,qcs404", },
{ .compatible = "qcom,sc7180", },
{ .compatible = "qcom,sc7280", },
{ .compatible = "qcom,sc8180x", },
{ .compatible = "qcom,sdm845", },
{ .compatible = "st,stih407", },