From c29d56570492c33480a79ad0ab0a66fa08035d4b Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Mon, 12 Oct 2020 12:53:43 +0300 Subject: 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 Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- src/libcamera/pipeline/simple/simple.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libcamera/pipeline/simple/simple.cpp b/src/libcamera/pipeline/simple/simple.cpp index 769fe699..7adb17e2 100644 --- a/src/libcamera/pipeline/simple/simple.cpp +++ b/src/libcamera/pipeline/simple/simple.cpp @@ -49,6 +49,7 @@ namespace { static const SimplePipelineInfo supportedDevices[] = { { "imx7-csi", "pxp" }, + { "qcom-camss", nullptr }, { "sun6i-csi", nullptr }, }; -- cgit v1.2.1