summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung
diff options
context:
space:
mode:
authorPankaj Dubey2016-08-23 08:01:16 +0200
committerKrzysztof Kozlowski2016-08-24 06:42:27 +0200
commita36289756212a79a1b32c02e66ddf11ba33ec7db (patch)
tree0d524babdc32b079da289c6f87c147a9fa84ca87 /arch/arm/plat-samsung
parentARM: s3c64xx: Delete unnecessary assignment for the field "owner" (diff)
downloadkernel-qcow2-linux-a36289756212a79a1b32c02e66ddf11ba33ec7db.tar.gz
kernel-qcow2-linux-a36289756212a79a1b32c02e66ddf11ba33ec7db.tar.xz
kernel-qcow2-linux-a36289756212a79a1b32c02e66ddf11ba33ec7db.zip
ARM: EXYNOS: Remove unused DMC and CMU offsets and their mappings
Currently there is no user of DMC and CMU SFR offsets so we can safely remove mapping of their SFR address space and cleanup related offset macros from mach-exynos. Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/plat-samsung')
-rw-r--r--arch/arm/plat-samsung/include/plat/map-s5p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/plat-samsung/include/plat/map-s5p.h b/arch/arm/plat-samsung/include/plat/map-s5p.h
index b63aeebb93f3..0fe2828f9354 100644
--- a/arch/arm/plat-samsung/include/plat/map-s5p.h
+++ b/arch/arm/plat-samsung/include/plat/map-s5p.h
@@ -14,10 +14,6 @@
#define __ASM_PLAT_MAP_S5P_H __FILE__
#define S5P_VA_CHIPID S3C_ADDR(0x02000000)
-#define S5P_VA_CMU S3C_ADDR(0x02100000)
-
-#define S5P_VA_DMC0 S3C_ADDR(0x02440000)
-#define S5P_VA_DMC1 S3C_ADDR(0x02480000)
#define S5P_VA_COREPERI_BASE S3C_ADDR(0x02800000)
#define S5P_VA_COREPERI(x) (S5P_VA_COREPERI_BASE + (x))