From 1978979940fe486b957dac024d30a70ea817e1fd Mon Sep 17 00:00:00 2001 From: Charlie Huang Date: Fri, 25 May 2012 11:35:42 -0700 Subject: media: video: tegra: ov5650: enable DPC feature enable Defective Pixel Correction block on sensor SOC. bug 976218 Change-Id: I754200b7f625509950b061173c7e5de2a831d607 Signed-off-by: Charlie Huang Reviewed-on: http://git-master/r/104776 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Bhushan Rayrikar Reviewed-by: Krupal Divvela GVS: Gerrit_Virtual_Submit Reviewed-by: Amy Deng Reviewed-by: Frank Chen Reviewed-by: Wei Chen Reviewed-by: Bharat Nihalani --- drivers/media/video/tegra/ov5650.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'drivers/media/video') diff --git a/drivers/media/video/tegra/ov5650.c b/drivers/media/video/tegra/ov5650.c index 3e2d23ab3374..bac1d00c3bd0 100644 --- a/drivers/media/video/tegra/ov5650.c +++ b/drivers/media/video/tegra/ov5650.c @@ -123,7 +123,7 @@ static struct ov5650_reg mode_start[] = { {0x4000, 0x01}, {0x401c, 0x48}, {0x401d, 0x08}, - {0x5000, 0x00}, + {0x5000, 0x06}, {0x5001, 0x00}, {0x5002, 0x00}, {0x503d, 0x00}, @@ -296,7 +296,6 @@ static struct ov5650_reg mode_2080x1164[] = { {0x401d, 0x08}, {0x4001, 0x02}, - {0x5000, 0x00}, {0x5001, 0x00}, {0x5002, 0x00}, {0x503d, 0x00}, @@ -419,7 +418,6 @@ static struct ov5650_reg mode_1920x1080[] = { {0x401d, 0x08}, {0x4001, 0x02}, - {0x5000, 0x00}, {0x5001, 0x00}, {0x5002, 0x00}, {0x503d, 0x00}, @@ -669,7 +667,6 @@ static struct ov5650_reg mode_320x240[] = { {0x3810, 0x40}, {0x3836, 0x41}, {0x505f, 0x04}, - {0x5000, 0x06}, {0x5001, 0x00}, {0x5002, 0x02}, {0x503d, 0x00}, -- cgit v1.2.3