Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9596dbc authored by Andrew-sh Cheng's avatar Andrew-sh Cheng Committed by Rafael J. Wysocki
Browse files

cpufreq: mediatek: add mt2712 into compatible list



Support mt2712 in mediatek-cpufreq.c

Signed-off-by: default avatarAndrew-sh Cheng <andrew-sh.cheng@mediatek.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 1d0d0643
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -574,6 +574,7 @@ static struct platform_driver mtk_cpufreq_platdrv = {
/* List of machines supported by this driver */
/* List of machines supported by this driver */
static const struct of_device_id mtk_cpufreq_machines[] __initconst = {
static const struct of_device_id mtk_cpufreq_machines[] __initconst = {
	{ .compatible = "mediatek,mt2701", },
	{ .compatible = "mediatek,mt2701", },
	{ .compatible = "mediatek,mt2712", },
	{ .compatible = "mediatek,mt7622", },
	{ .compatible = "mediatek,mt7622", },
	{ .compatible = "mediatek,mt7623", },
	{ .compatible = "mediatek,mt7623", },
	{ .compatible = "mediatek,mt817x", },
	{ .compatible = "mediatek,mt817x", },