From: Vibhore Vardhan Date: Fri, 26 May 2023 14:43:54 +0000 (-0500) Subject: cpufreq: dt-platdev: Blacklist ti,am62a7 SoC X-Git-Tag: v6.5-rc1~57^2^2~2^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2b2029eb17888117a9dad3b111db004f2e7353b;p=thirdparty%2Fkernel%2Flinux.git cpufreq: dt-platdev: Blacklist ti,am62a7 SoC 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 Reviewed-by: Dhruva Gole Signed-off-by: Viresh Kumar --- diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index 14aa8281c7f40..ea86c9f3ed7ae 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -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", },