[COMMON] media: smfc: change default JPEG version to exynos3475
authorCho KyongHo <pullip.cho@samsung.com>
Mon, 10 Aug 2015 07:50:46 +0000 (16:50 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:22:19 +0000 (20:22 +0300)
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 <pullip.cho@samsung.com>
drivers/media/platform/exynos/smfc/smfc.c

index e41681ce082666b44eec08eb5c8a72124433a4b3..d0de3d6c22a283dcef25816ce4fe9c87c7c82cf4 100644 (file)
@@ -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,