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

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
...@@ -178,6 +178,7 @@ static const struct of_device_id blocklist[] __initconst = { ...@@ -178,6 +178,7 @@ static const struct of_device_id blocklist[] __initconst = {
{ .compatible = "ti,omap3", }, { .compatible = "ti,omap3", },
{ .compatible = "ti,am625", }, { .compatible = "ti,am625", },
{ .compatible = "ti,am62a7", }, { .compatible = "ti,am62a7", },
{ .compatible = "ti,am62p5", },
{ .compatible = "qcom,ipq8064", }, { .compatible = "qcom,ipq8064", },
{ .compatible = "qcom,apq8064", }, { .compatible = "qcom,apq8064", },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment