]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mediatek: 6.12: fix wrong SoC compatible of MT7988A RFB
authorDaniel Golle <daniel@makrotopia.org>
Wed, 25 Jun 2025 23:22:42 +0000 (00:22 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 26 Jun 2025 00:10:18 +0000 (01:10 +0100)
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@makrotopia.org>
target/linux/mediatek/patches-6.12/188-arm64-dts-mediatek-add-MT7988A-reference-board-devic.patch

index 7641c3671113a354dbbaec939c3d7b93cfe02282..6531ad014466898e56ef59f203d28e1ec70c52d4 100644 (file)
@@ -744,7 +744,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
 +/ {
 +      model = "MediaTek MT7988A Reference Board";
 +      compatible = "mediatek,mt7988a-rfb",
-+                   "mediatek,mt7988";
++                   "mediatek,mt7988a";
 +
 +      chosen {
 +              bootargs = "console=ttyS0,115200n1 loglevel=8  \