cpufreq: dt-platdev: Blacklist ti,am62d2 SoC

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

Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This commit is contained in:
Paresh Bhagat 2025-08-20 14:03:30 +05:30 committed by Viresh Kumar
parent e88ef67762
commit fa40cbe1c8
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ static const struct of_device_id blocklist[] __initconst = {
{ .compatible = "ti,omap3", },
{ .compatible = "ti,am625", },
{ .compatible = "ti,am62a7", },
{ .compatible = "ti,am62d2", },
{ .compatible = "ti,am62p5", },
{ .compatible = "qcom,ipq5332", },