fix ov9650 init_data bug
authorRich.jiangyk <jyk@rock-chips.com>
Mon, 13 Sep 2010 08:51:28 +0000 (16:51 +0800)
committerRich.jiangyk <jyk@rock-chips.com>
Mon, 13 Sep 2010 08:57:49 +0000 (16:57 +0800)
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.

drivers/media/video/ov9650.c

index 42b81b80b9bdbb986577b3163cfc746bd508ce75..4930818e1c7702e685689e9782761cc54e9b6f28 100644 (file)
@@ -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},