cpufreq: mediatek: Add support for mt8183

Add compatible string for mediatek mt8183

Signed-off-by: Andrew-sh.Cheng <andrew-sh.cheng@mediatek.com>
[ VK: Fixed rebase conflict ]
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This commit is contained in:
Andrew-sh.Cheng
2019-08-13 21:31:48 +08:00
committed by Viresh Kumar
parent dce0bb84a7
commit 9176b425bf
2 changed files with 2 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ static const struct of_device_id blacklist[] __initconst = {
{ .compatible = "mediatek,mt817x", },
{ .compatible = "mediatek,mt8173", },
{ .compatible = "mediatek,mt8176", },
{ .compatible = "mediatek,mt8183", },
{ .compatible = "nvidia,tegra124", },
{ .compatible = "nvidia,tegra210", },