Commit d66cd5de authored by Bjorn Andersson's avatar Bjorn Andersson Committed by Viresh Kumar
Browse files

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: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent e73f0f0e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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", },