Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff565614 authored by Soundrapandian Jeyaprakash's avatar Soundrapandian Jeyaprakash Committed by Matt Wagantall
Browse files

msm: camera: add ov2685 YUV sensor support on MSM8994



Add ov2685 YUV sensor node on msm8994 cdp, mtp and liquid.
Add sensor driver file for the ov2685 YUV sensor. FSIN setting included.
Configure the compilation for the ov2685 YUV sensor.

Change-Id: Idd01e9f796eb66711898903a5f717af7a376ad13
Signed-off-by: default avatarSoundrapandian Jeyaprakash <jsoundra@codeaurora.org>
Signed-off-by: default avatarXu Han <hanxu@codeaurora.org>
Signed-off-by: default avatarRajesh Bondugula <rajeshb@codeaurora.org>
parent ff0b5f12
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ Required properties:
    - "shinetech,gc0339"
    - "shinetech,hi256"
    - "shinetech,s5k4e1"
    - "ovti,ov2685"
    - "ovti,ov5645"
    - "qcom,mt9m114"
- reg : should contain i2c slave address of the device
+9 −0
Original line number Diff line number Diff line
@@ -175,6 +175,15 @@ config OV5645
		1280 * 270. It does not support auto focus. It supports
		few special effects like saturation.

config OV2685
	bool "Sensor OV2685 (YUV 1.92MP)"
	depends on MSMB_CAMERA
	---help---
		OV2685 is Omnivision YUV sensor. It supports 1.92 MP preview
		and snapshot. The preview and snapshot resolution shall be
		1600 * 1200 at 30fps. It supports 1080 * 720 at 60fps.It does
		not support auto focus. It supports 2 mipi lanes.

config SP1628
	bool "Sensor SP1628 (YUV 720P)"
	depends on MSMB_CAMERA
+1 −0
Original line number Diff line number Diff line
@@ -7,3 +7,4 @@ obj-$(CONFIG_MSMB_CAMERA) += cci/ io/ csiphy/ csid/ actuator/ eeprom/ ois/ flash
obj-$(CONFIG_MSM_CAMERA_SENSOR) += msm_sensor_init.o msm_sensor_driver.o msm_sensor.o
obj-$(CONFIG_MT9M114) += mt9m114.o
obj-$(CONFIG_OV5645) += ov5645.o
obj-$(CONFIG_OV2685) += ov2685.o
+1353 −0

File added.

Preview size limit exceeded, changes collapsed.