]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mediatek: filogic: kn-1812: fix partition node name
authorMaxim Anisimov <maxim.anisimov.ua@gmail.com>
Mon, 23 Mar 2026 07:26:07 +0000 (10:26 +0300)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 26 Mar 2026 12:15:34 +0000 (13:15 +0100)
partition@400000 label referenced address 0x600000, fix node name
to match.

Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22575
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/mediatek/dts/mt7988d-keenetic-kn-1812.dtsi

index 59fe6c663e70399d91427533cf2da3838ebfcb98..23810301674db6b2d886f823013200465b417127 100644 (file)
                                reg = <0x0 0x600000>;
                        };
 
-                       partition@400000 {
+                       partition@600000 {
                                label = "ubi";
                                reg = <0x600000 0x0>;
                        };