SDK commit 36b6bf6e0e32 ("HSD #14017166971: arch: arm64: boot: dts: QSPI
Flash layout for UBIFS") changed qspi_boot to qspi_fw, this will cause
uboot can not find node name with below error:

DTB: qspi_boot alias node not found. Check your dts

Signed-off-by: Liwei Song <liwei.s...@windriver.com>
---
 arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | 2 +-
 arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts 
b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
index 244bebca7dc8..cf52d405d771 100644
--- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
+++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
@@ -199,7 +199,7 @@ partitions {
                        #address-cells = <1>;
                        #size-cells = <1>;
 
-                       qspi_fw: partition@0 {
+                       qspi_boot: partition@0 {
                                label = "fw";
                                reg = <0x00910000 0x02000000>;
                        };
diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts 
b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
index bd43f5b8cc48..f39f6311b65e 100644
--- a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
+++ b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
@@ -125,7 +125,7 @@ partitions {
                        #address-cells = <1>;
                        #size-cells = <1>;
 
-                       qspi_fw: partition@0 {
+                       qspi_boot: partition@0 {
                                label = "fw";
                                reg = <0x00910000 0x02000000>;
                        };
-- 
2.35.5

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#12701): 
https://lists.yoctoproject.org/g/linux-yocto/message/12701
Mute This Topic: https://lists.yoctoproject.org/mt/99359477/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to