Commit 417598f9 authored by Luca Weiss's avatar Luca Weiss Committed by Viresh Kumar
Browse files

cpufreq: Add SM7225 to cpufreq-dt-platdev blocklist



The Qualcomm SM7225 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 ba5e770c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -152,6 +152,7 @@ static const struct of_device_id blocklist[] __initconst = {
	{ .compatible = "qcom,sm6115", },
	{ .compatible = "qcom,sm6350", },
	{ .compatible = "qcom,sm6375", },
	{ .compatible = "qcom,sm7225", },
	{ .compatible = "qcom,sm8150", },
	{ .compatible = "qcom,sm8250", },
	{ .compatible = "qcom,sm8350", },