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: Bryan Brattlof <bb@ti.com>
Reviewed-by: Dhruva Gole <d-gole@ti.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This commit is contained in:
Bryan Brattlof 2023-10-10 12:55:26 -05:00 committed by Viresh Kumar
parent c12f0d0ffa
commit 8b8eb859b5

View File

@ -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", },