cpufreq: mediatek-cpufreq: Add compatible for MT8516
authorFabien Parent <fparent@baylibre.com>
Tue, 6 Aug 2019 09:50:29 +0000 (11:50 +0200)
committerViresh Kumar <viresh.kumar@linaro.org>
Wed, 7 Aug 2019 09:04:03 +0000 (14:34 +0530)
Add the compatible for MT8516 in order to take advantage of the
MediaTek CPUFreq driver for Mediatek's MT8516 SoC.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/mediatek-cpufreq.c

index f14f3a8..10bc06f 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,mt8516", },
 
        { }
 };