From 93e48495586081405ec19becc81b30b2b5c1252d Mon Sep 17 00:00:00 2001 From: Cho KyongHo Date: Mon, 10 Aug 2015 16:50:46 +0900 Subject: [PATCH] [COMMON] media: smfc: change default JPEG version to exynos3475 FIMP JPEG H/W of Exynos3475 has the minimum functionality. Therefore it is selected as the default H/W version if the dts does not specify exact SoC name. Change-Id: I43060be2ed860ef7dd0f2985b51d3528ffadcf9a Signed-off-by: Cho KyongHo --- drivers/media/platform/exynos/smfc/smfc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/exynos/smfc/smfc.c b/drivers/media/platform/exynos/smfc/smfc.c index e41681ce0826..d0de3d6c22a2 100644 --- a/drivers/media/platform/exynos/smfc/smfc.c +++ b/drivers/media/platform/exynos/smfc/smfc.c @@ -775,7 +775,7 @@ static const struct smfc_device_data smfc_3475_data = { static const struct of_device_id exynos_smfc_match[] __initconst = { { .compatible = "samsung,exynos-jpeg", - .data = &smfc_8890_data, + .data = &smfc_3475_data, }, { .compatible = "samsung,exynos8890-jpeg", .data = &smfc_8890_data, -- 2.20.1