]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: EXYNOS: remove unused static mapping of CMU for exynos5
authorPankaj Dubey <pankaj.dubey@samsung.com>
Fri, 23 Oct 2015 18:30:43 +0000 (03:30 +0900)
committerKukjin Kim <kgene@kernel.org>
Fri, 23 Oct 2015 18:30:43 +0000 (03:30 +0900)
Remove unused static mapping of exynos5 CMU and related code.

Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/mach-exynos/exynos.c
arch/arm/mach-exynos/include/mach/map.h

index 1c47aee31e9cc60aeabc8c504b41c76c2379a435..524aa6fea0cd409a4b290cce26e1e344512a4066 100644 (file)
@@ -70,11 +70,6 @@ static struct map_desc exynos5_iodesc[] __initdata = {
                .pfn            = __phys_to_pfn(EXYNOS5_PA_SROMC),
                .length         = SZ_4K,
                .type           = MT_DEVICE,
-       }, {
-               .virtual        = (unsigned long)S5P_VA_CMU,
-               .pfn            = __phys_to_pfn(EXYNOS5_PA_CMU),
-               .length         = 144 * SZ_1K,
-               .type           = MT_DEVICE,
        },
 };
 
index de3ae59e1cfbbb4d4d8248224af62243cb23b548..a2acba3b77c1143ab8eba105a7788cecce39f94e 100644 (file)
@@ -25,7 +25,6 @@
 #define EXYNOS_PA_CHIPID               0x10000000
 
 #define EXYNOS4_PA_CMU                 0x10030000
-#define EXYNOS5_PA_CMU                 0x10010000
 
 #define EXYNOS4_PA_DMC0                        0x10400000
 #define EXYNOS4_PA_DMC1                        0x10410000