summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSooman Jeong <sm5.jeong@samsung.com>2016-05-10 14:05:08 +0900
committerwansu.yoo <wansu.yoo@samsung.com>2016-08-22 14:45:34 +0900
commite66af125cb5231336c227f88f7e4050be3f6e0c4 (patch)
tree0e2ec5e32b3d6f476c11034534f0895d17a7ea56
parent9b8d75e3e3287fc2e8b62dab026ee2e3b711fb37 (diff)
downloadlinux-3.10-artik-e66af125cb5231336c227f88f7e4050be3f6e0c4.tar.gz
linux-3.10-artik-e66af125cb5231336c227f88f7e4050be3f6e0c4.tar.bz2
linux-3.10-artik-e66af125cb5231336c227f88f7e4050be3f6e0c4.zip
ARM: EXYNOS: change sensor id of 4EC camera
This patch changes sensor id of 4EC from 57 to 14. In order to support 5EA and 4EC sensors in real time, these two sensors have to use same sensor id. Change-Id: I72163448f28b30999e76184155eda63c45d8aeb1 Signed-off-by: Sooman Jeong <sm5.jeong@samsung.com>
-rw-r--r--arch/arm/mach-exynos/include/mach/exynos-fimc-is-sensor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/include/mach/exynos-fimc-is-sensor.h b/arch/arm/mach-exynos/include/mach/exynos-fimc-is-sensor.h
index 0dfd7b73c15..fe999d196c2 100644
--- a/arch/arm/mach-exynos/include/mach/exynos-fimc-is-sensor.h
+++ b/arch/arm/mach-exynos/include/mach/exynos-fimc-is-sensor.h
@@ -62,7 +62,7 @@ enum exynos_sensor_id {
SENSOR_NAME_S5K1P2 = 12,
SENSOR_NAME_S5K4H5 = 13,
SENSOR_NAME_S5K5EA = 14,
- SENSOR_NAME_S5K4EC = 57,
+ SENSOR_NAME_S5K4EC = 14,
SENSOR_NAME_SR352 = 57,
SENSOR_NAME_SR030 = 57,