summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAnton Schubert <anton.schubert@gmx.de>2015-07-15 14:50:05 +0200
committerLuka Perkov <luka.perkov@sartura.hr>2015-07-23 08:30:58 +0200
commite863f7f051687b682b948bf5c5493c8b60463113 (patch)
tree84995d5100a611654b7c62370e8e08a50ebc7a4a /arch
parentb217c89e8565ade3aaa9f74c33c93236bf151187 (diff)
downloadtalos-obmc-uboot-e863f7f051687b682b948bf5c5493c8b60463113.tar.gz
talos-obmc-uboot-e863f7f051687b682b948bf5c5493c8b60463113.zip
arm: mvebu: add Armada XP SATA support
This patch initializes the SATA address windows on Armada XP and allows it to work with the existing mvsata_ide driver. It also adds the necessary configuration for the db-mv784mp-gp board. Signed-off-by: Anton Schubert <anton.schubert@gmx.de> Tested-by: Stefan Roese <sr@denx.de> Cc: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mvebu/include/mach/soc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/include/mach/soc.h b/arch/arm/mach-mvebu/include/mach/soc.h
index 1aaea672ee..619bc7efd1 100644
--- a/arch/arm/mach-mvebu/include/mach/soc.h
+++ b/arch/arm/mach-mvebu/include/mach/soc.h
@@ -52,6 +52,7 @@
#define MVEBU_USB20_BASE (MVEBU_REGISTER(0x58000))
#define MVEBU_EGIGA0_BASE (MVEBU_REGISTER(0x70000))
#define MVEBU_EGIGA1_BASE (MVEBU_REGISTER(0x74000))
+#define MVEBU_AXP_SATA_BASE (MVEBU_REGISTER(0xa0000))
#define MVEBU_SATA0_BASE (MVEBU_REGISTER(0xa8000))
#define MVEBU_SDIO_BASE (MVEBU_REGISTER(0xd8000))
OpenPOWER on IntegriCloud