Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cpufreq: mediatek: Add support for mt8183

Add compatible string for mediatek mt8183

Signed-off-by: Andrew-sh.Cheng <andrew-sh.cheng@mediatek.com>
[ VK: Fixed rebase conflict ]
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

authored by

Andrew-sh.Cheng and committed by
Viresh Kumar
9176b425 dce0bb84

+2
+1
drivers/cpufreq/cpufreq-dt-platdev.c
··· 120 120 { .compatible = "mediatek,mt817x", }, 121 121 { .compatible = "mediatek,mt8173", }, 122 122 { .compatible = "mediatek,mt8176", }, 123 + { .compatible = "mediatek,mt8183", }, 123 124 124 125 { .compatible = "nvidia,tegra124", }, 125 126 { .compatible = "nvidia,tegra210", },
+1
drivers/cpufreq/mediatek-cpufreq.c
··· 535 535 { .compatible = "mediatek,mt817x", }, 536 536 { .compatible = "mediatek,mt8173", }, 537 537 { .compatible = "mediatek,mt8176", }, 538 + { .compatible = "mediatek,mt8183", }, 538 539 { .compatible = "mediatek,mt8516", }, 539 540 540 541 { }