Commit 8b8eb859 authored by Bryan Brattlof's avatar Bryan Brattlof Committed by Viresh Kumar
Browse files

cpufreq: dt-platdev: add am62p5 to blocklist



The am62p5 family of SoCs is a variation of the am625 and am62a7 SoC
family. Add this device along with the devices which will use the
operating-points-v2 property.

Signed-off-by: default avatarBryan Brattlof <bb@ti.com>
Reviewed-by: default avatarDhruva Gole <d-gole@ti.com>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent c12f0d0f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -178,6 +178,7 @@ static const struct of_device_id blocklist[] __initconst = {
	{ .compatible = "ti,omap3", },
	{ .compatible = "ti,am625", },
	{ .compatible = "ti,am62a7", },
	{ .compatible = "ti,am62p5", },

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