Skip to content

Commit b47142a

Browse files
committed
HSD 14017166971: arch: arm64: boot: dts: Updated QSPI Flash layout for UBIFS
This patch is to update the QSPI flash layout from three MTD partitions to two MTD partitions in order to ensure backwards compatibility. Signed-off-by: Kah Jing Lee <kah.jing.lee@intel.com>
1 parent 6e5a493 commit b47142a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,13 @@
188188
#size-cells = <1>;
189189

190190
qspi_boot: partition@0 {
191-
label = "Boot and fpga data";
192-
reg = <0x0 0x03FE0000>;
191+
label = "u-boot";
192+
reg = <0x0 0x04200000>;
193193
};
194194

195-
qspi_rootfs: partition@3FE0000 {
196-
label = "Root Filesystem - JFFS2";
197-
reg = <0x03FE0000 0x0C020000>;
195+
root: partition@4200000 {
196+
label = "root";
197+
reg = <0x04200000 0x0BE00000>;
198198
};
199199
};
200200
};

0 commit comments

Comments
 (0)