diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2011-08-20 08:41:21 +0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-08-24 15:26:03 +0400 |
commit | 56b209227a87b718450e917df904e627ddfca146 (patch) | |
tree | 4a271174ecec8bf1fb13e90a2bbca00918a4def8 /arch/arm/mach-exynos4/include/mach | |
parent | e6d1cb9f1fffd7e300af6d8f6731a486d6255e3f (diff) | |
download | linux-56b209227a87b718450e917df904e627ddfca146.tar.xz |
ARM: EXYNOS4: Use samsung_rev() to distinguish silicon revision
This patch uses samsung_rev() to support variable silicon revision of
EXYNOS4210 so that can support for EXYNOS4210 REV0, REV1.0 and REV1.1.
Note: Need to change timer setting on REV0.
Acked-by: Changhwan Youn <chaos.youn@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/include/mach')
-rw-r--r-- | arch/arm/mach-exynos4/include/mach/map.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos4/include/mach/map.h b/arch/arm/mach-exynos4/include/mach/map.h index d32296dc65e2..7073ac730855 100644 --- a/arch/arm/mach-exynos4/include/mach/map.h +++ b/arch/arm/mach-exynos4/include/mach/map.h @@ -23,7 +23,8 @@ #include <plat/map-s5p.h> -#define EXYNOS4_PA_SYSRAM 0x02020000 +#define EXYNOS4_PA_SYSRAM0 0x02025000 +#define EXYNOS4_PA_SYSRAM1 0x02020000 #define EXYNOS4_PA_FIMC0 0x11800000 #define EXYNOS4_PA_FIMC1 0x11810000 |