From 1ddc6a6caa94e1e19e8c657a9a6cbbecd39e63bd Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Sat, 5 Jul 2014 19:26:23 -0300 Subject: [PATCH] [media] soc_camera: add support for dt binding soc_camera drivers Add initial support for OF based soc-camera devices that may be used by any of the soc-camera drivers. The driver itself will need converting to use OF. These changes allow the soc-camera driver to do the connecting of any async capable v4l2 device to the soc-camera driver. This has currently been tested on the Renesas Lager board. It currently only supports one input device per driver as this seems to be the standard connection for these devices. Signed-off-by: Ben Dooks [g.liakhovetski@gmx.de add check for multiple subdevices] Tested-by: Robert Jarzmik Tested-by: Josh Wu Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed