Skip to content

Commit ea3e5e5

Browse files
topdjgodjamess-huang
authored andcommitted
Enable ov5647
Change-Id: I6a00dbdafcc39709a9e7abc993e5568243bb8b00 Reviewed-on: https://tp-biosrd-v02/gerrit/81915 Reviewed-by: Jamess Huang(黃以民) <Jamess_Huang@asus.com> Tested-by: Jamess Huang(黃以民) <Jamess_Huang@asus.com>
1 parent 3d90870 commit ea3e5e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm/configs/miniarm-rk3288_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ CONFIG_V4L_MEM2MEM_DRIVERS=y
511511
CONFIG_VIDEO_ROCKCHIP_VPU=y
512512
CONFIG_V4L_TEST_DRIVERS=y
513513
CONFIG_VIDEO_IMX219=y
514-
CONFIG_VIDEO_OV7750=n
514+
CONFIG_VIDEO_OV7750=y
515515
# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
516516
CONFIG_DRM=y
517517
CONFIG_DRM_ROCKCHIP=y

drivers/media/i2c/soc_camera/rockchip/ov7750_v4l2-i2c-subdev.c

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ static struct ov_camera_module_reg ov7750_init_tab_640_480_60fps[] = {
198198
};
199199

200200
static struct ov_camera_module_config ov7750_configs[] = {
201-
{OV_CAMERA_MODULE_REG_TYPE_DATA,
201+
{
202202
.name = "640x480_60fps",
203203
.frm_fmt = {
204204
.width = 640,

0 commit comments

Comments
 (0)