]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: socfpga: dts: socrates: Add spi1/2 aliases needed DM SPI probing
authorStefan Roese <sr@denx.de>
Fri, 7 Nov 2014 12:50:33 +0000 (13:50 +0100)
committerMarek Vasut <marex@denx.de>
Sat, 6 Dec 2014 12:52:47 +0000 (13:52 +0100)
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>
arch/arm/dts/socfpga_cyclone5_socrates.dts

index 7e2a565a78351c748f883659405afc433f49238f..ea30483e52fbc3d93b1438ef576cdf36bf1f4d18 100644 (file)
@@ -16,6 +16,8 @@
 
        aliases {
                spi0 = "/spi@ff705000";         /* QSPI */
+               spi1 = "/spi@fff00000";
+               spi2 = "/spi@fff01000";
        };
 
        memory {