1
0
Fork 0

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>
hifive-unleashed-5.1
Sjoerd Simons 2015-01-12 17:46:36 +09:00 committed by Kukjin Kim
parent 1a14f53271
commit adacba5819
1 changed files with 1 additions and 0 deletions

View File

@ -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++)