1
0
Fork 0

cpufreq: mediatek-cpufreq: Add compatible for MT8516

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>
alistair/sunxi64-5.4-dsi
Fabien Parent 2019-08-06 11:50:29 +02:00 committed by Viresh Kumar
parent 51dbe89768
commit 683df830e6
1 changed files with 1 additions and 0 deletions

View 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", },
{ }
};