aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Parent <[email protected]>2020-10-13 11:27:09 +0200
committerViresh Kumar <[email protected]>2020-12-07 13:02:37 +0530
commit75118c8ef9d16ecbb56e37547061515c75bb91b4 (patch)
tree9d129a182981dc5bc6f2bc143cfb4d2f4809bae1
parentde4ca30958676f922cd7610d96342b054c05c86b (diff)
cpufreq: blacklist mt8516 in cpufreq-dt-platdev
Add MT8516 to cpufreq-dt-platdev blacklist since the actual scaling is handled by the 'mediatek-cpufreq' driver. Signed-off-by: Fabien Parent <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
-rw-r--r--drivers/cpufreq/cpufreq-dt-platdev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 744bda961d54..bd2db0188cbb 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -124,6 +124,7 @@ static const struct of_device_id blacklist[] __initconst = {
{ .compatible = "mediatek,mt8173", },
{ .compatible = "mediatek,mt8176", },
{ .compatible = "mediatek,mt8183", },
+ { .compatible = "mediatek,mt8516", },
{ .compatible = "nvidia,tegra20", },
{ .compatible = "nvidia,tegra30", },