summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq-dt-platdev.c
diff options
context:
space:
mode:
authorParesh Bhagat <p-bhagat@ti.com>2025-08-20 11:33:30 +0300
committerViresh Kumar <viresh.kumar@linaro.org>2025-08-20 11:36:06 +0300
commitfa40cbe1c86b6626d548cf2eb555bee4eea7566c (patch)
tree0191ef12517d93ebe8b7eacee3ab629f67757db0 /drivers/cpufreq/cpufreq-dt-platdev.c
parente88ef677623eaf7a4c30b5fe905e7138838d13d2 (diff)
downloadlinux-fa40cbe1c86b6626d548cf2eb555bee4eea7566c.tar.xz
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>
Diffstat (limited to 'drivers/cpufreq/cpufreq-dt-platdev.c')
-rw-r--r--drivers/cpufreq/cpufreq-dt-platdev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 1a9d9d008002..cd1816a12bb9 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -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", },