diff options
author | Bryan Brattlof <bb@ti.com> | 2023-10-10 19:55:26 +0200 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2023-10-12 05:40:22 +0200 |
commit | 8b8eb859b5a71e0eaf7422c366d936ac57e5e76e (patch) | |
tree | 916a84d3acdfd8336d0ecda4accf9f91df7e1a89 /drivers/cpufreq/cpufreq-dt-platdev.c | |
parent | cpufreq: tegra194: remove redundant AND with cpu_online_mask (diff) | |
download | linux-8b8eb859b5a71e0eaf7422c366d936ac57e5e76e.tar.xz linux-8b8eb859b5a71e0eaf7422c366d936ac57e5e76e.zip |
cpufreq: dt-platdev: add am62p5 to blocklist
The am62p5 family of SoCs is a variation of the am625 and am62a7 SoC
family. Add this device along with the devices which will use the
operating-points-v2 property.
Signed-off-by: Bryan Brattlof <bb@ti.com>
Reviewed-by: Dhruva Gole <d-gole@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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index 2016d47889c0..0b3776f558db 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -178,6 +178,7 @@ static const struct of_device_id blocklist[] __initconst = { { .compatible = "ti,omap3", }, { .compatible = "ti,am625", }, { .compatible = "ti,am62a7", }, + { .compatible = "ti,am62p5", }, { .compatible = "qcom,ipq8064", }, { .compatible = "qcom,apq8064", }, |