Commit 7b781899 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Viresh Kumar
Browse files

cpufreq: dt-platdev: Block the driver from probing on more QC platforms



Add a number of QC platforms to the blocklist, they all use either the
qcom-cpufreq-hw driver.

Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent 11af6e10
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -171,8 +171,11 @@ static const struct of_device_id blocklist[] __initconst = {
	{ .compatible = "qcom,sdm845", },
	{ .compatible = "qcom,sdx75", },
	{ .compatible = "qcom,sm6115", },
	{ .compatible = "qcom,sm6125", },
	{ .compatible = "qcom,sm6150", },
	{ .compatible = "qcom,sm6350", },
	{ .compatible = "qcom,sm6375", },
	{ .compatible = "qcom,sm7125", },
	{ .compatible = "qcom,sm7225", },
	{ .compatible = "qcom,sm7325", },
	{ .compatible = "qcom,sm8150", },