aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/cpufreq/cpufreq-dt-platdev.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index ecc56e26f8f6..3b585e4bfac5 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -108,6 +108,14 @@ static const struct of_device_id blacklist[] __initconst = {
108 108
109 { .compatible = "marvell,armadaxp", }, 109 { .compatible = "marvell,armadaxp", },
110 110
111 { .compatible = "mediatek,mt2701", },
112 { .compatible = "mediatek,mt2712", },
113 { .compatible = "mediatek,mt7622", },
114 { .compatible = "mediatek,mt7623", },
115 { .compatible = "mediatek,mt817x", },
116 { .compatible = "mediatek,mt8173", },
117 { .compatible = "mediatek,mt8176", },
118
111 { .compatible = "nvidia,tegra124", }, 119 { .compatible = "nvidia,tegra124", },
112 120
113 { .compatible = "st,stih407", }, 121 { .compatible = "st,stih407", },