]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] media: i2c/soc_camera: fix ov6650 sensor getting wrong clock
authorJanusz Krzysztofik <jmkrzyszt@gmail.com>
Wed, 15 Jun 2016 22:29:50 +0000 (19:29 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 23 Mar 2017 17:39:47 +0000 (14:39 -0300)
commit54449af0e0b2ea43a8166611c95b730c850c3184
tree1b9f81af6cd29c67c04b28aa022d2efffde2b694
parent6e4c8480bd2eb95309ad3c875e11d2cad98f9188
[media] media: i2c/soc_camera: fix ov6650 sensor getting wrong clock

After changes to v4l2_clk API introduced in v4.1 by commits a37462b919
'[media] V4L: remove clock name from v4l2_clk API' and 4f528afcfb
'[media] V4L: add CCF support to the v4l2_clk API', ov6650 sensor
stopped responding because v4l2_clk_get(), still called with
depreciated V4L2 clock name "mclk", started to return respective CCF
clock instead of the V4l2 one registered by soc_camera. Fix it by
calling v4l2_clk_get() with NULL clock name.

Created and tested on Amstrad Delta against Linux-4.7-rc3 with
omap1_camera fixes.

Signed-off-by: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/i2c/soc_camera/ov6650.c