Skip to content

Commit

Permalink
ARM: EXYNOS: Recognize Samsung MFC v8 devices
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sjoerd Simons authored and Kukjin Kim committed Jan 12, 2015
1 parent 1a14f53 commit adacba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-exynos/exynos.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++)
Expand Down

0 comments on commit adacba5

Please sign in to comment.