cpufreq: dt-platdev: Blacklist ti,am62a7 SoC
authorVibhore Vardhan <vibhore@ti.com>
Fri, 26 May 2023 14:43:54 +0000 (09:43 -0500)
committerViresh Kumar <viresh.kumar@linaro.org>
Mon, 29 May 2023 05:04:17 +0000 (10:34 +0530)
Add ti,am62a7 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.

Based on AM625 CPUFreq patch series by Dave Gerlach.

Signed-off-by: Vibhore Vardhan <vibhore@ti.com>
Reviewed-by: Dhruva Gole <d-gole@ti.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq-dt-platdev.c

index 14aa8281c7f40bc71dd3f7bf4e1b127dc68a8429..ea86c9f3ed7aefc1ee6234d5456a860f9d846c2b 100644 (file)
@@ -167,6 +167,7 @@ static const struct of_device_id blocklist[] __initconst = {
        { .compatible = "ti,dra7", },
        { .compatible = "ti,omap3", },
        { .compatible = "ti,am625", },
+       { .compatible = "ti,am62a7", },
 
        { .compatible = "qcom,ipq8064", },
        { .compatible = "qcom,apq8064", },