mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
fix ov9650 init_data bug
in sensor_init_data array, register 0x00 was set to 0x00, which cause the initialization unfinished. This setting is useless, so remove it! ov9650 is working better at vga dc/dv now.
This commit is contained in:
@@ -105,7 +105,7 @@ static struct reginfo sensor_init_data[] =
|
||||
{0x13, 0xe0},
|
||||
{0x01, 0x80},
|
||||
{0x02, 0x80},
|
||||
{0x00, 0x00},
|
||||
// {0x00, 0x00}, //jyk_0913, this setting is useless, but cause init unfinished!
|
||||
{0x10, 0x00},
|
||||
{0x13, 0xe5},
|
||||
{0x39, 0x50},
|
||||
|
||||
Reference in New Issue
Block a user