]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: socfpga: dts: Add spi0 alias for Cadence QSPI driver
authorStefan Roese <sr@denx.de>
Fri, 7 Nov 2014 11:37:51 +0000 (12:37 +0100)
committerMarek Vasut <marex@denx.de>
Sat, 6 Dec 2014 12:52:46 +0000 (13:52 +0100)
Without this alias, DM based probing does not work. So lets add this
alias to get the bus numbering correct.

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>
Cc: Pavel Machek <pavel@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
arch/arm/dts/socfpga_cyclone5_socrates.dts

index 00b1830485a098dcfd583a7af6ed63dea112899d..7e2a565a78351c748f883659405afc433f49238f 100644 (file)
                bootargs = "console=ttyS0,115200";
        };
 
+       aliases {
+               spi0 = "/spi@ff705000";         /* QSPI */
+       };
+
        memory {
                name = "memory";
                device_type = "memory";