[PATCH 0/6] Add CCI and CAMSS support for Glymur
From: Nihal Kumar Gupta <hidden>
Date: 2026-09-07 10:07:58
Also in:
linux-arm-msm, lkml
This series adds the camera device tree support for the Qualcomm Glymur SoC and enables it on the Glymur CRD board, which adds CCI support and enables the OV08X40 sensor via CSIPHY4. This series has been tested using the following commands with OV08X40 sensor. - media-ctl --reset - media-ctl -d /dev/media0 -V '"ov08x40 6-0036":0[fmt:SGRBG10_1X10/3856x2416 field:none]' - media-ctl -d /dev/media0 -V '"msm_csiphy4":0[fmt:SGRBG10_1X10/3856x2416]' - media-ctl -d /dev/media0 -V '"msm_csid0":0[fmt:SGRBG10_1X10/3856x2416]' - media-ctl -d /dev/media0 -V '"msm_vfe0_rdi0":0[fmt:SGRBG10_1X10/3856x2416]' - media-ctl -d /dev/media0 -l '"msm_csiphy4":1->"msm_csid0":0[1]' - media-ctl -d /dev/media0 -l '"msm_csid0":1->"msm_vfe0_rdi0":0[1]' - yavta -B capture-mplane -c -I -n 5 -f SGRBG10P -s 3856x2416 -F /dev/video0 Depends-on: https://lore.kernel.org/all/20260907-glymur_camss-v2-0-75f7982dc983@oss.qualcomm.com (local) --- Internally reviewed by Konrad Dybcio: 1. [patch 1] Remove stray blank line above CAMSS node; keep blank line between last property and first subnode 2. [patch 2] Use preferred phandle list format for CCI: foo = <&bar>, <&xyz> 3. [patch 4] Replace qcom,pm8008 with correct qcom,pm8010-i2c compatible; 4. [patch 5] Move csiphy4 port@0 endpoint to SoC DTSI; reference by label in board DTSI 5. [patch 5] Reference camss_csiphy4_ep by label instead of redefining inline. Signed-off-by: Nihal Kumar Gupta <redacted> --- Jishnu Prakash (1): arm64: dts: qcom: glymur-crd: Add PM8010 camera PMIC Nihal Kumar Gupta (5): arm64: dts: qcom: glymur: Add CAMSS and CSIPHY nodes for Glymur arm64: dts: qcom: glymur: Add CCI definitions for Glymur arm64: dts: qcom: glymur: Add camera MCLK pinctrl arm64: dts: qcom: glymur-crd: Add ov08x40 RGB sensor on CSIPHY4 arm64: defconfig: Enable OV08X40 camera sensor driver arch/arm64/boot/dts/qcom/glymur-crd.dtsi | 133 ++++++++ arch/arm64/boot/dts/qcom/glymur.dtsi | 560 +++++++++++++++++++++++++++++++ arch/arm64/configs/defconfig | 1 + 3 files changed, 694 insertions(+) --- base-commit: af5f12805e5cefa4fe68d6127c7e1fb78cd5535c change-id: 20260907-glymur_camss_dts-721052c08486 Best regards, -- Nihal Kumar Gupta [off-list ref]