aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-spear13xx/spear1310.c
diff options
context:
space:
mode:
authorVipul Kumar Samar <vipulkumar.samar@st.com>2012-10-17 12:08:26 +0530
committerViresh Kumar <viresh.kumar@linaro.org>2012-11-26 16:55:30 +0530
commit07e812a0aeaaf21a23b3db5048a65c7042248321 (patch)
tree60dfaeb54b1a89e87836f9cbac1ec0bab3ff009b /arch/arm/mach-spear13xx/spear1310.c
parentARM: SPEAr: DT: Update device nodes (diff)
downloadlinux-dev-07e812a0aeaaf21a23b3db5048a65c7042248321.tar.xz
linux-dev-07e812a0aeaaf21a23b3db5048a65c7042248321.zip
ARM: SPEAr1310: Move 1310 specific misc register into machine specific files
This patch moves some global macro definitions to the files where they are used. Its a step towards removing spear.h completely later on. Signed-off-by: Vipul Kumar Samar <vipulkumar.samar@st.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'arch/arm/mach-spear13xx/spear1310.c')
-rw-r--r--arch/arm/mach-spear13xx/spear1310.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-spear13xx/spear1310.c b/arch/arm/mach-spear13xx/spear1310.c
index 9fbbfc5650aa..593a756dc7f7 100644
--- a/arch/arm/mach-spear13xx/spear1310.c
+++ b/arch/arm/mach-spear13xx/spear1310.c
@@ -27,6 +27,11 @@
#define SPEAR1310_SATA1_BASE UL(0xB1800000)
#define SPEAR1310_SATA2_BASE UL(0xB4000000)
+#define SPEAR1310_RAS_GRP1_BASE UL(0xD8000000)
+#define VA_SPEAR1310_RAS_GRP1_BASE UL(0xFA000000)
+#define SPEAR1310_RAS_BASE UL(0xD8400000)
+#define VA_SPEAR1310_RAS_BASE IOMEM(UL(0xFA400000))
+
/* ssp device registration */
static struct pl022_ssp_controller ssp1_plat_data = {
.bus_id = 0,