Commit ce040932 authored by Stefan Roese's avatar Stefan Roese
Browse files

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: default avatarStefan Roese <sr@denx.de>
Cc: Dennis Gilmore <dgilmore@redhat.com>
Tested-by: default avatarDennis Gilmore <dgilmore@redhat.com>
parent 33fc6fc1
...@@ -31,6 +31,10 @@ ...@@ -31,6 +31,10 @@
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
aliases {
spi0 = &spi0;
};
memory@0 { memory@0 {
device_type = "memory"; device_type = "memory";
/* /*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment