cpufreq: mediatek: Add support for mt8183
authorAndrew-sh.Cheng <andrew-sh.cheng@mediatek.com>
Tue, 13 Aug 2019 13:31:48 +0000 (21:31 +0800)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 22 Aug 2019 06:01:04 +0000 (11:31 +0530)
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>
drivers/cpufreq/cpufreq-dt-platdev.c
drivers/cpufreq/mediatek-cpufreq.c

index 6fce11f..d51bfef 100644 (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", },
index 42bc4c9..0c98dd0 100644 (file)
@@ -535,6 +535,7 @@ static const struct of_device_id mtk_cpufreq_machines[] __initconst = {
        { .compatible = "mediatek,mt817x", },
        { .compatible = "mediatek,mt8173", },
        { .compatible = "mediatek,mt8176", },
+       { .compatible = "mediatek,mt8183", },
        { .compatible = "mediatek,mt8516", },
 
        { }