summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2020-12-11 05:47:40 +0100
committerStefan Roese <sr@denx.de>2020-12-28 09:42:06 +0100
commitce040932b569591f2907e246b771cd632eef52e7 (patch)
treed12381c53c254110237d7432374ee12a5adc254a
parent33fc6fc105993f0ba3b19e93912ef2cc59e22cef (diff)
downloadu-boot-ce040932b569591f2907e246b771cd632eef52e7.tar.gz
arm: mvebu: armada-xp-gp.dts: Add spi0 alias
For correct spi bus detection the spi0 alias is needed in the DT. Otherwise this error will ocurr in U-Boot: Invalid bus 0 (err=-19) Failed to initialize SPI flash at 0:0 (error -19) Signed-off-by: Stefan Roese <sr@denx.de> Cc: Dennis Gilmore <dgilmore@redhat.com> Tested-by: Dennis Gilmore <dgilmore@redhat.com>
-rw-r--r--arch/arm/dts/armada-xp-gp.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/armada-xp-gp.dts b/arch/arm/dts/armada-xp-gp.dts
index 1139e9469a..d46475fe22 100644
--- a/arch/arm/dts/armada-xp-gp.dts
+++ b/arch/arm/dts/armada-xp-gp.dts
@@ -31,6 +31,10 @@
stdout-path = "serial0:115200n8";
};
+ aliases {
+ spi0 = &spi0;
+ };
+
memory@0 {
device_type = "memory";
/*