cpufreq: Add Tegra234 to cpufreq-dt-platdev blocklist

JIRA: https://issues.redhat.com/browse/RHEL-1026

commit 01c5bb0cc2a39fbc56ff9a5ef28b79447f0c2351
Author: Sumit Gupta <sumitg@nvidia.com>
Date: Tue, 27 Dec 2022 08:27:14 +0000

Tegra234 platform uses the tegra194-cpufreq driver, so add it
to the blocklist in cpufreq-dt-platdev driver to avoid the cpufreq
driver registration from there.

Signed-off-by: Sumit Gupta <sumitg@nvidia.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Mark Langsdorf <mlangsdo@redhat.com>
This commit is contained in:
Mark Langsdorf 2023-08-23 12:58:20 -05:00
parent 60bce7b55a
commit 7d37a3c52b
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ static const struct of_device_id blocklist[] __initconst = {
{ .compatible = "nvidia,tegra30", },
{ .compatible = "nvidia,tegra124", },
{ .compatible = "nvidia,tegra210", },
{ .compatible = "nvidia,tegra234", },
{ .compatible = "qcom,apq8096", },
{ .compatible = "qcom,msm8996", },