diff options
Diffstat (limited to 'drivers/media/video/ov7670.c')
-rw-r--r-- | drivers/media/video/ov7670.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ov7670.c b/drivers/media/video/ov7670.c index 5234762c5427..1e3c87a08430 100644 --- a/drivers/media/video/ov7670.c +++ b/drivers/media/video/ov7670.c | |||
@@ -256,7 +256,7 @@ static struct regval_list ov7670_default_regs[] = { | |||
256 | 256 | ||
257 | /* Almost all of these are magic "reserved" values. */ | 257 | /* Almost all of these are magic "reserved" values. */ |
258 | { REG_COM5, 0x61 }, { REG_COM6, 0x4b }, | 258 | { REG_COM5, 0x61 }, { REG_COM6, 0x4b }, |
259 | { 0x16, 0x02 }, { REG_MVFP, 0x07|MVFP_MIRROR }, | 259 | { 0x16, 0x02 }, { REG_MVFP, 0x07 }, |
260 | { 0x21, 0x02 }, { 0x22, 0x91 }, | 260 | { 0x21, 0x02 }, { 0x22, 0x91 }, |
261 | { 0x29, 0x07 }, { 0x33, 0x0b }, | 261 | { 0x29, 0x07 }, { 0x33, 0x0b }, |
262 | { 0x35, 0x0b }, { 0x37, 0x1d }, | 262 | { 0x35, 0x0b }, { 0x37, 0x1d }, |