mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-16 08:55:06 +03:00
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:
parent
c753223ad6
commit
c29d565704
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ namespace {
|
|||
|
||||
static const SimplePipelineInfo supportedDevices[] = {
|
||||
{ "imx7-csi", "pxp" },
|
||||
{ "qcom-camss", nullptr },
|
||||
{ "sun6i-csi", nullptr },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue