Skip to content

Commit be4b61e

Browse files
AngeloGioacchino Del Regnovireshk
authored andcommitted
cpufreq: Add MT8186 to cpufreq-dt-platdev blocklist
This SoC shall use the mediatek-cpufreq driver, or the system will crash upon any clock scaling request: add it to the cpufreq-dt-platdev blocklist. Fixes: 39b3601 ("cpufreq: mediatek: Add support for MT8186") Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent ccd7567 commit be4b61e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ static const struct of_device_id blocklist[] __initconst = {
127127
{ .compatible = "mediatek,mt8173", },
128128
{ .compatible = "mediatek,mt8176", },
129129
{ .compatible = "mediatek,mt8183", },
130+
{ .compatible = "mediatek,mt8186", },
130131
{ .compatible = "mediatek,mt8365", },
131132
{ .compatible = "mediatek,mt8516", },
132133

0 commit comments

Comments
 (0)