summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Anisimov2026-03-23 07:26:07 +0000
committerHauke Mehrtens2026-03-29 15:35:55 +0000
commite6c43b80e350af51fe04bfa1f90ee2fae0f13d49 (patch)
treeda814c1d58f026c74be2f6260655242271919656
parent08c91038d2b27218de73b01ce3b2a5a5577911f2 (diff)
downloadopenwrt-e6c43b80e350af51fe04bfa1f90ee2fae0f13d49.tar.gz
mediatek: filogic: kn-1812: fix partition node name
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 (cherry picked from commit 5aaf919e99321d3082f277b4ea9afd3828b1baa5) Link: https://github.com/openwrt/openwrt/pull/22626 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/mediatek/dts/mt7988d-keenetic-kn-1812.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/dts/mt7988d-keenetic-kn-1812.dtsi b/target/linux/mediatek/dts/mt7988d-keenetic-kn-1812.dtsi
index 59fe6c663e..2381030167 100644
--- a/target/linux/mediatek/dts/mt7988d-keenetic-kn-1812.dtsi
+++ b/target/linux/mediatek/dts/mt7988d-keenetic-kn-1812.dtsi
@@ -140,7 +140,7 @@
reg = <0x0 0x600000>;
};
- partition@400000 {
+ partition@600000 {
label = "ubi";
reg = <0x600000 0x0>;
};