arm64: dts: socfpga: use consistent QSPI boot partition label

Several SoCFPGA board DTS files labeled the first QSPI MTD partition
(qspi_boot / partition@0 under fixed-partitions) as "u-boot" while
others already used "Boot and fpga data". Align the QSPI boot
partition label only so naming matches the combined boot + FPGA
image layout and stays consistent across Agilex, N5X, and Stratix 10
SoCDK variants.

No QSPI partition layout or reg properties are changed.

Signed-off-by: Tze Yee Ng <tze.yee.ng@altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
Tze Yee Ng 2026-05-13 01:05:46 -07:00 committed by Dinh Nguyen
parent 39ea7cb401
commit ff98c9832f
4 changed files with 4 additions and 4 deletions

View File

@ -109,7 +109,7 @@ partitions {
#size-cells = <1>;
qspi_boot: partition@0 {
label = "u-boot";
label = "Boot and fpga data";
reg = <0x0 0x00c00000>;
};

View File

@ -88,7 +88,7 @@ partitions {
#size-cells = <1>;
qspi_boot: partition@0 {
label = "u-boot";
label = "Boot and fpga data";
reg = <0x0 0x04200000>;
};

View File

@ -103,7 +103,7 @@ partitions {
#size-cells = <1>;
qspi_boot: partition@0 {
label = "u-boot";
label = "Boot and fpga data";
reg = <0x0 0x00c00000>;
};

View File

@ -86,7 +86,7 @@ partitions {
#size-cells = <1>;
qspi_boot: partition@0 {
label = "u-boot";
label = "Boot and fpga data";
reg = <0x0 0x04200000>;
};