Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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
+2
drivers/cpufreq/cpufreq-dt-platdev.c
··· 121 121 { .compatible = "mediatek,mt8176", }, 122 122 { .compatible = "mediatek,mt8183", }, 123 123 124 + { .compatible = "nvidia,tegra20", }, 125 + { .compatible = "nvidia,tegra30", }, 124 126 { .compatible = "nvidia,tegra124", }, 125 127 { .compatible = "nvidia,tegra210", }, 126 128