diff options
| author | Daniel Golle | 2025-07-21 13:22:20 +0000 |
|---|---|---|
| committer | Daniel Golle | 2025-07-21 13:27:11 +0000 |
| commit | 8097cbc14a21d5ae6867ea76d5d4ba4b19e579bd (patch) | |
| tree | e48d6a9ff7745649dcd1fbe2807321dcac9505b5 | |
| parent | 66c34c6f4ae857d3392c6453fce7224a212a6421 (diff) | |
| download | openwrt-8097cbc14a21d5ae6867ea76d5d4ba4b19e579bd.tar.gz | |
mediatek: disable MediaTek SoC Information (mtk-socinfo) driver
With the switch to Linux 6.12 this driver was enabled by accident.
However, it doesn't support any of the router SoCs but is meant to be
used only by the smartphone, tablet and chromebook SoCs.
Disable the driver again to silence a kernel error logline during boot.
Fixes: 0a0f5f94ec ("mediatek: mt7623: update config-6.12")
Fixes: 029b7ed9c4 ("mediatek: mt7622: update config-6.12")
Reported-by: https://aparcar.org/openwrt-tests/119/
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| -rw-r--r-- | target/linux/mediatek/mt7622/config-6.12 | 2 | ||||
| -rw-r--r-- | target/linux/mediatek/mt7623/config-6.12 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mediatek/mt7622/config-6.12 b/target/linux/mediatek/mt7622/config-6.12 index 6093809da2..a776023a7f 100644 --- a/target/linux/mediatek/mt7622/config-6.12 +++ b/target/linux/mediatek/mt7622/config-6.12 @@ -296,7 +296,7 @@ CONFIG_MTK_PMIC_WRAP=y CONFIG_MTK_REGULATOR_COUPLER=y CONFIG_MTK_SCPSYS=y CONFIG_MTK_SCPSYS_PM_DOMAINS=y -CONFIG_MTK_SOCINFO=y +# CONFIG_MTK_SOCINFO is not set CONFIG_MTK_SOC_THERMAL=y # CONFIG_MTK_SVS is not set CONFIG_MTK_THERMAL=y diff --git a/target/linux/mediatek/mt7623/config-6.12 b/target/linux/mediatek/mt7623/config-6.12 index 7e0e91c1c5..5b17e61868 100644 --- a/target/linux/mediatek/mt7623/config-6.12 +++ b/target/linux/mediatek/mt7623/config-6.12 @@ -428,7 +428,7 @@ CONFIG_MTK_REGULATOR_COUPLER=y CONFIG_MTK_SCPSYS=y CONFIG_MTK_SCPSYS_PM_DOMAINS=y CONFIG_MTK_SMI=y -CONFIG_MTK_SOCINFO=y +# CONFIG_MTK_SOCINFO is not set CONFIG_MTK_SOC_THERMAL=y # CONFIG_MTK_SVS is not set CONFIG_MTK_THERMAL=y |