]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mediatek: filogic: comfast cf-wr632ax: fix nmbm configuration mismatch 24552/head
authorRyan Leung <untilscour@protonmail.com>
Mon, 3 Aug 2026 12:17:36 +0000 (22:17 +1000)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Fri, 14 Aug 2026 20:12:01 +0000 (22:12 +0200)
Fix nmbm configuration mismatch error due to different SPI NAND OOB size in the U-Boot and Linux
drivers by overriding it to 64 using the property introduced in commit e585ae70d4f2a563b3b0e430e15ee
("kernel: nmbm: add mediatek,bmt-mtd-overridden-oobsize property").

Fixes: https://github.com/openwrt/openwrt/issues/24546
Signed-off-by: Ryan Leung <untilscour@protonmail.com>
Link: https://github.com/openwrt/openwrt/pull/24552
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
target/linux/mediatek/dts/mt7981b-comfast-cf-wr632ax.dts

index f3b4299d2543e3a2845431b29831598aa3de41e4..dcd29755c67923366570ceadf689e919d9de9f3a 100644 (file)
@@ -11,6 +11,7 @@
        mediatek,nmbm;
        mediatek,bmt-max-ratio = <1>;
        mediatek,bmt-max-reserved-blocks = <64>;
+       mediatek,bmt-mtd-overridden-oobsize = <64>;
 };
 
 &ubi {