Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Alif Zakuan Yuslaimi and committed by
Dinh Nguyen
e141277e c91e8f33

+8 -8
+4 -4
arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
··· 202 202 203 203 qspi_boot: partition@0 { 204 204 label = "Boot and fpga data"; 205 - reg = <0x0 0x03FE0000>; 205 + reg = <0x0 0x04200000>; 206 206 }; 207 207 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>; 211 211 }; 212 212 }; 213 213 };
+4 -4
arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
··· 128 128 129 129 qspi_boot: partition@0 { 130 130 label = "Boot and fpga data"; 131 - reg = <0x0 0x03FE0000>; 131 + reg = <0x0 0x04200000>; 132 132 }; 133 133 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>; 137 137 }; 138 138 }; 139 139 };