Skip to content

Commit d6a6c58

Browse files
webgeek1234vireshk
authored andcommitted
cpufreq: Add Tegra186 and Tegra194 to cpufreq-dt-platdev blocklist
These have platform specific drivers. Signed-off-by: Aaron Kling <webgeek1234@gmail.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent e79cc7b commit d6a6c58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ static const struct of_device_id blocklist[] __initconst = {
147147
{ .compatible = "nvidia,tegra30", },
148148
{ .compatible = "nvidia,tegra114", },
149149
{ .compatible = "nvidia,tegra124", },
150+
{ .compatible = "nvidia,tegra186", },
151+
{ .compatible = "nvidia,tegra194", },
150152
{ .compatible = "nvidia,tegra210", },
151153
{ .compatible = "nvidia,tegra234", },
152154

0 commit comments

Comments
 (0)