From f92e0d3d3ac34d2e7ee376a2186ebd030c5e6faa Mon Sep 17 00:00:00 2001 From: Ahmed Naseef Date: Fri, 27 Feb 2026 12:31:02 +0400 Subject: [PATCH] econet: en7528: add missing flash partition for DASAN H660GM-A Generic Add the unnamed partition between rwfs and reservearea to fully describe the flash layout. Signed-off-by: Ahmed Naseef Link: https://github.com/openwrt/openwrt/pull/22195 Signed-off-by: Hauke Mehrtens --- target/linux/econet/dts/en7528_dasan_h660gm-a-generic.dts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/target/linux/econet/dts/en7528_dasan_h660gm-a-generic.dts b/target/linux/econet/dts/en7528_dasan_h660gm-a-generic.dts index b50a1c6aa0..9473f2b390 100644 --- a/target/linux/econet/dts/en7528_dasan_h660gm-a-generic.dts +++ b/target/linux/econet/dts/en7528_dasan_h660gm-a-generic.dts @@ -81,6 +81,11 @@ }; &partitions { + partition@60c0000 { + label = "unknown"; + reg = <0x60c0000 0xd00000>; + }; + partition@6dc0000 { label = "reservearea"; reg = <0x6dc0000 0x240000>;