Skip to content

Commit c936069

Browse files
committed
Merge branch 'cpufreq/arm/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm
Pull cpufreq driver fix for v5.5-rc6 from Viresh Kumar: "Blacklist Tegra20/30 for probing by cpufreq-dt driver." * 'cpufreq/arm/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm: cpufreq: dt-platdev: Blacklist NVIDIA Tegra20 and Tegra30 SoCs
2 parents c79f46a + 26a7a47 commit c936069

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ static const struct of_device_id blacklist[] __initconst = {
121121
{ .compatible = "mediatek,mt8176", },
122122
{ .compatible = "mediatek,mt8183", },
123123

124+
{ .compatible = "nvidia,tegra20", },
125+
{ .compatible = "nvidia,tegra30", },
124126
{ .compatible = "nvidia,tegra124", },
125127
{ .compatible = "nvidia,tegra210", },
126128

0 commit comments

Comments
 (0)