Skip to content

Commit e141277

Browse files
alifzakuanDinh Nguyen
authored andcommitted
arm64: dts: agilex/stratix10: Updated QSPI Flash layout for UBIFS
Non-UBIFS related boot and fpga data should be stored in qspi_boot (mtd0) while keeping the rootfs with UBIFS in the root partition "mtd1". Thus, update the QSPI flash layout to support UBIFS in the mtd root partition. Signed-off-by: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@intel.com> Signed-off-by: Kah Jing Lee <kah.jing.lee@intel.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
1 parent c91e8f3 commit e141277

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,12 @@
202202

203203
qspi_boot: partition@0 {
204204
label = "Boot and fpga data";
205-
reg = <0x0 0x03FE0000>;
205+
reg = <0x0 0x04200000>;
206206
};
207207

208-
qspi_rootfs: partition@3FE0000 {
209-
label = "Root Filesystem - JFFS2";
210-
reg = <0x03FE0000 0x0C020000>;
208+
root: partition@4200000 {
209+
label = "Root Filesystem - UBIFS";
210+
reg = <0x04200000 0x0BE00000>;
211211
};
212212
};
213213
};

arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@
128128

129129
qspi_boot: partition@0 {
130130
label = "Boot and fpga data";
131-
reg = <0x0 0x03FE0000>;
131+
reg = <0x0 0x04200000>;
132132
};
133133

134-
qspi_rootfs: partition@3FE0000 {
135-
label = "Root Filesystem - JFFS2";
136-
reg = <0x03FE0000 0x0C020000>;
134+
root: partition@4200000 {
135+
label = "Root Filesystem - UBIFS";
136+
reg = <0x04200000 0x0BE00000>;
137137
};
138138
};
139139
};

0 commit comments

Comments
 (0)