]> Git Repo - linux.git/commitdiff
cpufreq: mediatek: Add support for mt8183
authorAndrew-sh.Cheng <[email protected]>
Tue, 13 Aug 2019 13:31:48 +0000 (21:31 +0800)
committerViresh Kumar <[email protected]>
Thu, 22 Aug 2019 06:01:04 +0000 (11:31 +0530)
Add compatible string for mediatek mt8183

Signed-off-by: Andrew-sh.Cheng <[email protected]>
[ VK: Fixed rebase conflict ]
Signed-off-by: Viresh Kumar <[email protected]>
drivers/cpufreq/cpufreq-dt-platdev.c
drivers/cpufreq/mediatek-cpufreq.c

index 6fce11f63403188318a6feff4c64e9a5e12d09e7..d51bfef286e3b5d66d7ee02fdd2cb74b46892fd4 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 42bc4c9044f6e69fc40b18ece16be5a39b17fdde..0c98dd08273d0ab4405adfde78644462887485db 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", },
 
        { }
This page took 0.066579 seconds and 4 git commands to generate.