mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 15:08:59 +00:00
arm: socfpga: dts: socrates: Add spi1/2 aliases needed DM SPI probing
Without this alias, DM based probing does not work. So lets add this alias to get the bus numbering correct for the Designware SPI controllers. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Chin Liang See <clsee@altera.com> Cc: Dinh Nguyen <dinguyen@altera.com> Cc: Vince Bridgers <vbridger@altera.com> Cc: Marek Vasut <marex@denx.de> Acked-by: Pavel Machek <pavel@denx.de>
This commit is contained in:
parent
ae79e2d298
commit
369164042e
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
|
||||
aliases {
|
||||
spi0 = "/spi@ff705000"; /* QSPI */
|
||||
spi1 = "/spi@fff00000";
|
||||
spi2 = "/spi@fff01000";
|
||||
};
|
||||
|
||||
memory {
|
||||
|
|
Loading…
Add table
Reference in a new issue