Commit e66e20d7 authored by Dave Gerlach's avatar Dave Gerlach Committed by Viresh Kumar
Browse files

cpufreq: dt-platdev: Blacklist ti,am625 SoC



Add ti,am625 SoC to the blacklist as the ti-cpufreq driver will handle
creating the cpufreq-dt platform device after it completes so it is not
created twice.

Signed-off-by: default avatarDave Gerlach <d-gerlach@ti.com>
Signed-off-by: default avatarVibhore Vardhan <vibhore@ti.com>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent aac0293a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -160,6 +160,7 @@ static const struct of_device_id blocklist[] __initconst = {
	{ .compatible = "ti,am43", },
	{ .compatible = "ti,dra7", },
	{ .compatible = "ti,omap3", },
	{ .compatible = "ti,am625", },

	{ .compatible = "qcom,ipq8064", },
	{ .compatible = "qcom,apq8064", },