cpufreq: dt-platdev: Blacklist ti,am625 SoC
authorDave Gerlach <d-gerlach@ti.com>
Tue, 1 Nov 2022 18:09:32 +0000 (13:09 -0500)
committerViresh Kumar <viresh.kumar@linaro.org>
Mon, 7 Nov 2022 10:00:11 +0000 (15:30 +0530)
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: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Vibhore Vardhan <vibhore@ti.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq-dt-platdev.c

index 6ac3800db4508229bf2d102b0449ae852d503b7c..85ee11f79840252d5c747e3e75ce80647c953c7c 100644 (file)
@@ -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", },