From: Stepan Moskovchenko <stepanm@codeaurora.org>
Date: Thu, 2 Dec 2010 04:06:26 +0000 (-0800)
Subject: msm: Physical offset for MSM8960
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a2ad9421ce19f57e99b7a5e8798b8697b916d673;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

msm: Physical offset for MSM8960

Add the physical memory offset value for the Qualcomm
MSM8960 chip.

Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
---

diff --git a/arch/arm/mach-msm/include/mach/memory.h b/arch/arm/mach-msm/include/mach/memory.h
index 070e17d237f1..014bbd3ac1d4 100644
--- a/arch/arm/mach-msm/include/mach/memory.h
+++ b/arch/arm/mach-msm/include/mach/memory.h
@@ -25,6 +25,8 @@
 #define PHYS_OFFSET		UL(0x00200000)
 #elif defined(CONFIG_ARCH_MSM8X60)
 #define PHYS_OFFSET		UL(0x40200000)
+#elif defined(CONFIG_ARCH_MSM8960)
+#define PHYS_OFFSET		UL(0x40200000)
 #else
 #define PHYS_OFFSET		UL(0x10000000)
 #endif