Skip to content

Commit

Permalink
[media] exynos4-is: Change fimc-is firmware file names
Browse files Browse the repository at this point in the history
This patch changes the firmware file names of the FIMC-IS subsystem.
It is needed since there are different firmwares used across various
SoC series, e.g. Exynos4 and Exynos5.
Also the sensor specific "setfile" name is changed, to account for
it depends on an image sensor and is also specific to the FIMC-IS
and the SoC.
This is a change for a driver merged in 3.10.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Jun 28, 2013
1 parent f7354e6 commit 72f2a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/platform/exynos4-is/fimc-is.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

#define FIMC_IS_DRV_NAME "exynos4-fimc-is"

#define FIMC_IS_FW_FILENAME "fimc_is_fw.bin"
#define FIMC_IS_SETFILE_6A3 "setfile.bin"
#define FIMC_IS_FW_FILENAME "exynos4_fimc_is_fw.bin"
#define FIMC_IS_SETFILE_6A3 "exynos4_s5k6a3_setfile.bin"

#define FIMC_IS_FW_LOAD_TIMEOUT 1000 /* ms */
#define FIMC_IS_POWER_ON_TIMEOUT 1000 /* us */
Expand Down

0 comments on commit 72f2a76

Please sign in to comment.