]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
cpufreq: dt-platdev: Blacklist ti,am62d2 SoC
authorParesh Bhagat <p-bhagat@ti.com>
Wed, 20 Aug 2025 08:33:30 +0000 (14:03 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Wed, 20 Aug 2025 08:36:06 +0000 (14:06 +0530)
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>
drivers/cpufreq/cpufreq-dt-platdev.c

index 1a9d9d008002cac31b07699123fdd22220c656e8..cd1816a12bb996f96262c8af2f09b06f11648e9b 100644 (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", },