]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit2711b6239ac48bf6f4e587a0be23de11426e7f66
treead857a7057d33f673e645866f61eea97bacf6083
parentb82d43cb563765dde69c21e55e02bb36c7178790
[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