libcamera: pipeline: simple: enable qcom-camss

qcom-camss driver supports MIPI CSI2 receivers on APQ8016 and APQ8096
Application processors from Qualcomm, which are used on e.g. DragonBoard
410c and DragonBoard 820c dev boards respectively.

The simple pipeline handler provides basic support for these devices.

Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Andrey Konovalov 2020-10-12 12:53:43 +03:00 committed by Laurent Pinchart
parent c753223ad6
commit c29d565704

View file

@ -49,6 +49,7 @@ namespace {
static const SimplePipelineInfo supportedDevices[] = {
{ "imx7-csi", "pxp" },
{ "qcom-camss", nullptr },
{ "sun6i-csi", nullptr },
};