aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/include/plat/map-s5p.h
diff options
context:
space:
mode:
authorPankaj Dubey <pankaj.dubey@samsung.com>2018-05-10 13:02:54 +0200
committerKrzysztof Kozlowski <krzk@kernel.org>2018-05-13 14:06:55 +0200
commit3c33710b453b4e17074092773872a4d87d9b3bb8 (patch)
treefd9053c24f4852bd7021b5ca41a6160722af74fd /arch/arm/plat-samsung/include/plat/map-s5p.h
parentARM: exynos: no need to select ARCH_HAS_BANDGAP any longer (diff)
downloadlinux-dev-3c33710b453b4e17074092773872a4d87d9b3bb8.tar.xz
linux-dev-3c33710b453b4e17074092773872a4d87d9b3bb8.zip
ARM: exynos: Remove static mapping of SCU SFR
Lets remove static mapping of SCU SFR mainly used in CORTEX-A9 SoC based boards. Instead use mapping from device tree node of SCU. Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com> [mszyprow: rebased, added fallback to scu_a9_get_base() when no SCU DT node is available, removed compatibility break warning, fixed non-SMP build, keep SCU base mapping to avoid issues with calls from CPUidle] Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/plat-samsung/include/plat/map-s5p.h')
-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 f5769e93544a..d69a0ca09fb5 100644
--- a/arch/arm/plat-samsung/include/plat/map-s5p.h
+++ b/arch/arm/plat-samsung/include/plat/map-s5p.h
@@ -11,10 +11,6 @@
#define S5P_VA_CHIPID S3C_ADDR(0x02000000)
-#define S5P_VA_COREPERI_BASE S3C_ADDR(0x02800000)
-#define S5P_VA_COREPERI(x) (S5P_VA_COREPERI_BASE + (x))
-#define S5P_VA_SCU S5P_VA_COREPERI(0x0)
-
#define VA_VIC(x) (S3C_VA_IRQ + ((x) * 0x10000))
#define VA_VIC0 VA_VIC(0)
#define VA_VIC1 VA_VIC(1)