Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit adacba58 authored by Sjoerd Simons's avatar Sjoerd Simons Committed by Kukjin Kim
Browse files

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: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: default avatarKukjin Kim <kgene@kernel.org>
parent 1a14f532
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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++)