[COMMON] fimc-is2: increase the maximum number of sensor devices(code sync)
authorJeongtae Park <jtp.park@samsung.com>
Fri, 6 Jul 2018 05:30:48 +0000 (14:30 +0900)
committerhskang <hs1218.kang@samsung.com>
Tue, 14 Aug 2018 01:18:08 +0000 (21:18 -0400)
to support up to 6 physical sensor modules in a device
even though current SoC couldn't supports more than 5 sensors.
If we need to support more than 6 sensor devices
we have to change more driver codes be related to.

 PR JIRA ID: CPR-153

Change-Id: I96ea33abb5ea8c88f01825fc12e26990bd3c33c5
Signed-off-by: Jeongtae Park <jtp.park@samsung.com>
drivers/media/platform/exynos/fimc-is2/include/fimc-is-common-config.h

index 9c1326ab171a1126267813ffbb447a561e17ef03..a5e1b607aeb2d30e57ed7cbc6a46d15a642d0b16 100644 (file)
@@ -17,7 +17,7 @@
  * CONFIG - GLOBAL OPTIONS
  * =================================================================================================
  */
-#define FIMC_IS_SENSOR_COUNT   5
+#define FIMC_IS_SENSOR_COUNT   6
 #define FIMC_IS_STREAM_COUNT   8
 #define FIMC_IS_STR_LEN                10