[PATCH 3/3] cpufreq: dt-platdev: block the driver from probing on MediaTek mt6572
Roman Vivchar via B4 Relay
devnull+rva333.protonmail.com at kernel.org
Wed Sep 23 00:23:36 PDT 2026
From: Roman Vivchar <rva333 at protonmail.com>
MediaTek SoCs use mediatek-cpufreq driver instead of generic one. Add
mt6572 to the blocklist.
Signed-off-by: Roman Vivchar <rva333 at protonmail.com>
---
drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index ff1204c666b1..ff7fb61eda74 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -132,6 +132,7 @@ static const struct of_device_id blocklist[] __initconst = {
{ .compatible = "mediatek,mt2701", },
{ .compatible = "mediatek,mt2712", },
+ { .compatible = "mediatek,mt6572", },
{ .compatible = "mediatek,mt7622", },
{ .compatible = "mediatek,mt7623", },
{ .compatible = "mediatek,mt8167", },
--
2.55.0
More information about the linux-arm-kernel
mailing list