diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2015-01-12 11:46:36 +0300 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-01-12 11:46:36 +0300 |
commit | adacba58199871919956603aa51002d683484182 (patch) | |
tree | abda0651facb8572f7eddacc2096960a3c247571 /arch | |
parent | 1a14f53271aee500da0ed450ff62ce848213c60a (diff) | |
download | linux-adacba58199871919956603aa51002d683484182.tar.xz |
ARM: EXYNOS: Recognize Samsung MFC v8 devices
Also setup memory allocations for version 8 of the MFC as present in
Samsung Exynos 5422/5800 SoCs
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-exynos/exynos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index c13d0837fa8c..b343a1a626d5 100644 --- a/arch/arm/mach-exynos/exynos.c +++ b/arch/arm/mach-exynos/exynos.c @@ -282,6 +282,7 @@ static void __init exynos_reserve(void) "samsung,mfc-v5", "samsung,mfc-v6", "samsung,mfc-v7", + "samsung,mfc-v8", }; for (i = 0; i < ARRAY_SIZE(mfc_mem); i++) |