Commit 9176b425 authored by Andrew-sh.Cheng's avatar Andrew-sh.Cheng Committed by Viresh Kumar
Browse files

cpufreq: mediatek: Add support for mt8183



Add compatible string for mediatek mt8183

Signed-off-by: default avatarAndrew-sh.Cheng <andrew-sh.cheng@mediatek.com>
[ VK: Fixed rebase conflict ]
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent dce0bb84
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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", },
+1 −0
Original line number Diff line number Diff line
@@ -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", },

	{ }