[PATCH 0/3] media: qcom: camss: Add qcs615 support

From: Wenmeng Liu
Date: Sun May 18 2025 - 02:33:45 EST


QCS615 is a Qualcomm flagship SoC. This series adds support to
bring up the CSIPHY, CSID, VFE/RDI interfaces in QCS615.

QCS615 provides

- 2 x VFE, 3 RDI per VFE
- 1 x VFE Lite, 4 RDI per VFE
- 2 x CSID
- 1 x CSID Lite
- 3 x CSI PHY

Tested this on QCS615 ADP AIR board with CSID TPG.

Tested with following commands:
media-ctl --reset
v4l2-ctl -d /dev/v4l-subdev3 -c test_pattern=0
media-ctl -V '"msm_csid0":0[fmt:SRGGB10/1920x1080 field:none]'
media-ctl -V '"msm_vfe0_rdi0":0[fmt:SRGGB10/1920x1080 field:none]'
media-ctl -l '"msm_csid0":1->"msm_vfe0_rdi0":0[1]'
v4l2-ctl -d /dev/v4l-subdev3 -c test_pattern=9
yavta -B capture-mplane -n 5 -f SRGGB10P -s 1920x1080 /dev/video0 --capture=7

---
This patch series depends on patch series:
https://lore.kernel.org/all/20250424-qcs615-mm-v7-clock-controllers-v8-0-bacad5b3659a@xxxxxxxxxxx
---

Signed-off-by: Wenmeng Liu <quic_wenmliu@xxxxxxxxxxx>

---
Wenmeng Liu (3):
dt-bindings: media: Add qcom,qcs615-camss binding
media: qcom: camss: csiphy: Add 14nm CSIPHY 2ph DPHY v2.0.0 init sequence
media: qcom: camss: Add qcs615 camss support

.../bindings/media/qcom,qcs615-camss.yaml | 356 +++++++++++++++++++++
.../platform/qcom/camss/camss-csiphy-3ph-1-0.c | 85 +++++
drivers/media/platform/qcom/camss/camss-vfe.c | 2 +
drivers/media/platform/qcom/camss/camss.c | 196 ++++++++++++
drivers/media/platform/qcom/camss/camss.h | 1 +
5 files changed, 640 insertions(+)
---
base-commit: 3e324f3a60a8b7c484c46275be0897a0f5d7fc31
change-id: 20250518-qcs615_camss-f33d85f29e6f

Best regards,
--
Wenmeng Liu <quic_wenmliu@xxxxxxxxxxx>