]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h
authorStefan Roese <sr@denx.de>
Wed, 22 Oct 2014 10:13:07 +0000 (12:13 +0200)
committerTom Rini <trini@ti.com>
Thu, 23 Oct 2014 13:59:20 +0000 (09:59 -0400)
This move makes it possible to use this kirkwood SPI driver from other
MVEBU platforms as well. This will be used by the upcoming Armada XP
support.

Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Tested-by: Luka Perkov <luka@openwrt.org>
Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
arch/arm/include/asm/arch-mvebu/spi.h [moved from arch/arm/include/asm/arch-kirkwood/spi.h with 100% similarity]
drivers/spi/kirkwood_spi.c

index de0e9143eee57436cd09afef03d651b3afed753f..9710f12e12cce3bf4da20e39c71433d8212c7395 100644 (file)
@@ -13,8 +13,8 @@
 #include <spi.h>
 #include <asm/io.h>
 #include <asm/arch/soc.h>
-#include <asm/arch/spi.h>
 #include <asm/arch/mpp.h>
+#include <asm/arch-mvebu/spi.h>
 
 static struct kwspi_registers *spireg = (struct kwspi_registers *)KW_SPI_BASE;