V4L/DVB (11349): mx3-camera: adapt the clock definition and the driver to the new...
authorGuennadi Liakhovetski <lg@denx.de>
Fri, 3 Apr 2009 13:34:02 +0000 (10:34 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 7 Apr 2009 00:43:58 +0000 (21:43 -0300)
commitb71df97a3ffdb2bfc286c3fa0c2b1a0aa3a6bf88
treee16c24632215a9d5a5e28ffc64394dae4b297367
parentf982651410f00378e42d9daab274adee5c762523
V4L/DVB (11349): mx3-camera: adapt the clock definition and the driver to the new clock naming

With the i.MX31 transition to clkdev clock names have changed, but mistakenly
the "mx3-camera.0" has been registered with a non-NULL connection ID, which is
not necessary, since this is the only clock, used by the capture interface
driver. Fix the clock definition and the driver to use NULL as a connection ID.

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
arch/arm/mach-mx3/clock.c
drivers/media/video/mx3_camera.c