[PATCH v2 0/4] Add CCI and CAMSS support for Kaanapali
From: Hangxiang Ma
Date: Tue Jul 21 2026 - 01:00:50 EST
This series adds the camera device tree support for the Qualcomm
Kaanapali SoC and enables it on the Kaanapali MTP board, which adds CCI
support and enables the S5KJN5 sensor via CSIPHY2.
This series has been tested using the following commands with S5KJN5 sensor.
- media-ctl --reset
- media-ctl -V '"msm_csiphy2":0[fmt:SGBRG10/4096x3072]'
- media-ctl -V '"msm_csid0":0[fmt:SGBRG10/4096x3072]'
- media-ctl -V '"msm_vfe0_rdi0":0[fmt:SGBRG10/4096x3072]'
- media-ctl -l '"msm_csiphy2":1->"msm_csid0":0[1]'
- media-ctl -l '"msm_csid0":1->"msm_vfe0_rdi0":0[1]'
- yavta --capture=20 -I -n 5 -f SGBRG10P -s 4096x3072 -F /dev/video0
Driver and dt-binding are waiting to be merged:
https://lore.kernel.org/all/20260720-kaanapali-camss-v15-0-c0b1c1167c5d@xxxxxxxxxxxxxxxx
Signed-off-by: Hangxiang Ma <hangxiang.ma@xxxxxxxxxxxxxxxx>
---
Changes in v2:
- Enable the S5KJN5 image sensor on the MTP, connected to CSIPHY2 and
controlled over cci0_i2c1
- Link to v1: https://lore.kernel.org/r/20260508-knp-camera-v1-0-a18e289163fd@xxxxxxxxxxxxxxxx
---
Hangxiang Ma (4):
arm64: dts: qcom: kaanapali: Add CAMSS block definitions
arm64: dts: qcom: kaanapali: Add CCI definitions
arm64: dts: qcom: kaanapali: Add camera MCLK pinctrl
arm64: dts: qcom: kaanapali-mtp: Add s5kjn5 image sensor on CSIPHY2
arch/arm64/boot/dts/qcom/kaanapali-mtp.dts | 90 ++++
arch/arm64/boot/dts/qcom/kaanapali.dtsi | 723 +++++++++++++++++++++++++++++
2 files changed, 813 insertions(+)
---
base-commit: 03cfefef0119410fc464d0d56e83626cb570b7a8
change-id: 20260507-knp-camera-a070d05ec552
Best regards,
--
Hangxiang Ma <hangxiang.ma@xxxxxxxxxxxxxxxx>