[openwrt/openwrt] mediatek: 6.12: fix wrong SoC compatible of MT7988A RFB

LEDE Commits lede-commits at lists.infradead.org
Wed Jun 25 17:11:11 PDT 2025


dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/5d266b49ac103d1031c6e7398de8f8f4e79cd85b

commit 5d266b49ac103d1031c6e7398de8f8f4e79cd85b
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Thu Jun 26 00:22:42 2025 +0100

    mediatek: 6.12: fix wrong SoC compatible of MT7988A RFB
    
    The MediaTek MT7988A RFB currently hangs on boot as CCI fails to probe.
    This is due to the wrong SoC compatible string "mediatek,mt7988" instead of
    "mediatek,mt7988a". Fix that.
    
    Fixes: f9206d1111 ("kernel/mediatek: 6.12: replace downstream files by patches")
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 .../188-arm64-dts-mediatek-add-MT7988A-reference-board-devic.patch      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mediatek/patches-6.12/188-arm64-dts-mediatek-add-MT7988A-reference-board-devic.patch b/target/linux/mediatek/patches-6.12/188-arm64-dts-mediatek-add-MT7988A-reference-board-devic.patch
index 7641c36711..6531ad0144 100644
--- a/target/linux/mediatek/patches-6.12/188-arm64-dts-mediatek-add-MT7988A-reference-board-devic.patch
+++ b/target/linux/mediatek/patches-6.12/188-arm64-dts-mediatek-add-MT7988A-reference-board-devic.patch
@@ -744,7 +744,7 @@ Signed-off-by: Daniel Golle <daniel at makrotopia.org>
 +/ {
 +	model = "MediaTek MT7988A Reference Board";
 +	compatible = "mediatek,mt7988a-rfb",
-+		     "mediatek,mt7988";
++		     "mediatek,mt7988a";
 +
 +	chosen {
 +		bootargs = "console=ttyS0,115200n1 loglevel=8  \




More information about the lede-commits mailing list