From: Cho KyongHo Date: Mon, 10 Aug 2015 07:50:46 +0000 (+0900) Subject: [COMMON] media: smfc: change default JPEG version to exynos3475 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=93e48495586081405ec19becc81b30b2b5c1252d;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [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 --- 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,