[media] V4L: mt9m111: fix pixel clock
authorTeresa Gámez <t.gamez@phytec.de>
Wed, 18 May 2011 13:41:45 +0000 (10:41 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 20 May 2011 15:07:12 +0000 (12:07 -0300)
commit4bc90dea7be181cd876500b1d766faaa77c3d493
treead857a7057d33f673e645866f61eea97bacf6083
parenta1de7a00ae6169973f188a2e6690e34d84613853
[media] V4L: mt9m111: fix pixel clock

This camera driver supports only rising edge, which is the default
setting of the device. The function mt9m111_setup_pixfmt() overwrites
this setting. So the driver actually uses falling edge.
This patch corrects that.

Signed-off-by: Teresa Gámez <t.gamez@phytec.de>
[g.liakhovetski@gmx.de: removed superfluous register write]
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Tested-by: Teresa Gámez <t.gamez@phytec.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/mt9m111.c