summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTze Yee Ng <tze.yee.ng@altera.com>2026-05-13 01:05:46 -0700
committerDinh Nguyen <dinguyen@kernel.org>2026-07-27 22:09:15 -0500
commitff98c9832fd430ba7b3158b8521002c8eb8aa16c (patch)
tree972915850cabed977a05a8b9767a7a133adab06d
parent39ea7cb4019245ce488ea547b3ec68a3d7d57aef (diff)
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>
-rw-r--r--arch/arm64/boot/dts/intel/socfpga_agilex3_socdk.dts2
-rw-r--r--arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts2
-rw-r--r--arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_013b.dts2
-rw-r--r--arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_modular.dts2
4 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex3_socdk.dts b/arch/arm64/boot/dts/intel/socfpga_agilex3_socdk.dts
index 25e17df0cbdb..b40f28519334 100644
--- a/arch/arm64/boot/dts/intel/socfpga_agilex3_socdk.dts
+++ b/arch/arm64/boot/dts/intel/socfpga_agilex3_socdk.dts
@@ -109,7 +109,7 @@
#size-cells = <1>;
qspi_boot: partition@0 {
- label = "u-boot";
+ label = "Boot and fpga data";
reg = <0x0 0x00c00000>;
};
diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts b/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts
index 57d3c5807c65..1e9b87d96765 100644
--- a/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts
+++ b/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts
@@ -88,7 +88,7 @@
#size-cells = <1>;
qspi_boot: partition@0 {
- label = "u-boot";
+ label = "Boot and fpga data";
reg = <0x0 0x04200000>;
};
diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_013b.dts b/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_013b.dts
index 82cd4115746e..7fe113466ed8 100644
--- a/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_013b.dts
+++ b/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_013b.dts
@@ -103,7 +103,7 @@
#size-cells = <1>;
qspi_boot: partition@0 {
- label = "u-boot";
+ label = "Boot and fpga data";
reg = <0x0 0x00c00000>;
};
diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_modular.dts b/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_modular.dts
index 4d32b6928ce1..a2b707ae6e9e 100644
--- a/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_modular.dts
+++ b/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_modular.dts
@@ -86,7 +86,7 @@
#size-cells = <1>;
qspi_boot: partition@0 {
- label = "u-boot";
+ label = "Boot and fpga data";
reg = <0x0 0x04200000>;
};