Skip to content

Commit e94564e

Browse files
topdjgodjamess-huang
authored andcommitted
Use auto AE/AWB control form OV5647
Change-Id: I991aa4c56a795b21dd28b45c9938624f6510dba6 Reviewed-on: https://tp-biosrd-v02/gerrit/83090 Reviewed-by: Jamess Huang(黃以民) <Jamess_Huang@asus.com> Tested-by: Jamess Huang(黃以民) <Jamess_Huang@asus.com>
1 parent 66371c5 commit e94564e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/media/i2c/ov5647.c

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ static struct regval_list ov5647_common_regs[] = {
158158
{0x3a1f, 0x28},
159159
{0x4001, 0x02},
160160
{0x4000, 0x09},
161+
#if 0 // use auto AE/AWB control from sensor
161162
{0x3503, 0x03}, /* manual,0xAE */
162163
{0x3500, 0x00},
163164
{0x3501, 0x6f},
@@ -173,6 +174,7 @@ static struct regval_list ov5647_common_regs[] = {
173174
{0x518a, 0x04},
174175
{0x518b, 0x00},
175176
{0x5000, 0x00}, /* lenc WBC on */
177+
#endif
176178
{0x3011, 0x62},
177179
/* mipi */
178180
{0x3016, 0x08},

0 commit comments

Comments
 (0)