提交 9176b425 编写于 作者: A Andrew-sh.Cheng 提交者: Viresh Kumar

cpufreq: mediatek: Add support for mt8183

Add compatible string for mediatek mt8183
Signed-off-by: NAndrew-sh.Cheng <andrew-sh.cheng@mediatek.com>
[ VK: Fixed rebase conflict ]
Signed-off-by: NViresh Kumar <viresh.kumar@linaro.org>
上级 dce0bb84
...@@ -120,6 +120,7 @@ static const struct of_device_id blacklist[] __initconst = { ...@@ -120,6 +120,7 @@ static const struct of_device_id blacklist[] __initconst = {
{ .compatible = "mediatek,mt817x", }, { .compatible = "mediatek,mt817x", },
{ .compatible = "mediatek,mt8173", }, { .compatible = "mediatek,mt8173", },
{ .compatible = "mediatek,mt8176", }, { .compatible = "mediatek,mt8176", },
{ .compatible = "mediatek,mt8183", },
{ .compatible = "nvidia,tegra124", }, { .compatible = "nvidia,tegra124", },
{ .compatible = "nvidia,tegra210", }, { .compatible = "nvidia,tegra210", },
......
...@@ -535,6 +535,7 @@ static const struct of_device_id mtk_cpufreq_machines[] __initconst = { ...@@ -535,6 +535,7 @@ static const struct of_device_id mtk_cpufreq_machines[] __initconst = {
{ .compatible = "mediatek,mt817x", }, { .compatible = "mediatek,mt817x", },
{ .compatible = "mediatek,mt8173", }, { .compatible = "mediatek,mt8173", },
{ .compatible = "mediatek,mt8176", }, { .compatible = "mediatek,mt8176", },
{ .compatible = "mediatek,mt8183", },
{ .compatible = "mediatek,mt8516", }, { .compatible = "mediatek,mt8516", },
{ } { }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册