Skip to content

Commit 70d99a8

Browse files
Fabovireshk
authored andcommitted
cpufreq: mediatek: add support for mt8365
Add compatible stirng for MediaTek MT8365 SoC. Add also the compatible in the blacklist of the cpufreq-dt-platdev driver. Signed-off-by: Fabien Parent <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 88bf5a8 commit 70d99a8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ static const struct of_device_id blacklist[] __initconst = {
126126
{ .compatible = "mediatek,mt8173", },
127127
{ .compatible = "mediatek,mt8176", },
128128
{ .compatible = "mediatek,mt8183", },
129+
{ .compatible = "mediatek,mt8365", },
129130
{ .compatible = "mediatek,mt8516", },
130131

131132
{ .compatible = "nvidia,tegra20", },

drivers/cpufreq/mediatek-cpufreq.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ static const struct of_device_id mtk_cpufreq_machines[] __initconst = {
537537
{ .compatible = "mediatek,mt8173", },
538538
{ .compatible = "mediatek,mt8176", },
539539
{ .compatible = "mediatek,mt8183", },
540+
{ .compatible = "mediatek,mt8365", },
540541
{ .compatible = "mediatek,mt8516", },
541542

542543
{ }

0 commit comments

Comments
 (0)