projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a14f53
)
ARM: EXYNOS: Recognize Samsung MFC v8 devices
author
Sjoerd Simons
<sjoerd.simons@collabora.co.uk>
Mon, 12 Jan 2015 08:46:36 +0000
(17:46 +0900)
committer
Kukjin Kim
<kgene@kernel.org>
Mon, 12 Jan 2015 08:46:36 +0000
(17:46 +0900)
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>
arch/arm/mach-exynos/exynos.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-exynos/exynos.c
b/arch/arm/mach-exynos/exynos.c
index c13d0837fa8cd3b5325c84e031416098b4c90fea..b343a1a626d5dc690ace4b10668cc8c0445511a2 100644
(file)
--- 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++)