projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33fc6fc
)
arm: mvebu: armada-xp-gp.dts: Add spi0 alias
author
Stefan Roese
<sr@denx.de>
Fri, 11 Dec 2020 04:47:40 +0000
(
05:47
+0100)
committer
Stefan Roese
<sr@denx.de>
Mon, 28 Dec 2020 08:42:06 +0000
(09:42 +0100)
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>
arch/arm/dts/armada-xp-gp.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/armada-xp-gp.dts
b/arch/arm/dts/armada-xp-gp.dts
index
1139e94
..
d46475f
100644
(file)
--- 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";
/*