Add Shikra CAMSS DT nodes and camera overlay#1163
Open
nihal231998 wants to merge 4 commits into
Open
Conversation
3b95ec0 to
919fd6c
Compare
Contributor
|
Please rebase |
88838df to
fc87660
Compare
added 4 commits
May 18, 2026 19:13
Add node for the Shikra camera subsystem. Co-developed-by: Vikram Sharma <vikramsa@qti.qualcomm.com> Signed-off-by: Vikram Sharma <vikramsa@qti.qualcomm.com> Signed-off-by: Nihal Kumar Gupta <nihal.gupta@oss.qualcomm.com>
Qualcomm Shikra SoC has one Camera Control Interface (CCI) containing two I2C hosts. Signed-off-by: Nihal Kumar Gupta <nihal.gupta@oss.qualcomm.com>
Add pinctrl configuration for the four available camera master clocks. Signed-off-by: Nihal Kumar Gupta <nihal.gupta@oss.qualcomm.com>
Shikra EVK boards do not include a camera sensor in their default hardware configuration. Introduce a device tree overlay to support optional integration of the IMX577 sensor via CSIPHY1. The sensor is connected on CCI I2C1. Camera reset is controlled via TLMM GPIO33. An example media-ctl pipeline for the imx577 is: media-ctl --reset media-ctl -V '"imx577 1-001a":0[fmt:SRGGB10/4056x3040 field:none]' media-ctl -V '"msm_csiphy1":0[fmt:SRGGB10/4056x3040]' media-ctl -V '"msm_csid1":0[fmt:SRGGB10/4056x3040]' media-ctl -V '"msm_vfe1_rdi0":0[fmt:SRGGB10/4056x3040]' media-ctl -l '"msm_csiphy1":1->"msm_csid1":0[1]' media-ctl -l '"msm_csid1":1->"msm_vfe1_rdi0":0[1]' yavta -B capture-mplane -c -I -n 5 -f SRGGB10P -s 4056x3040 -F /dev/video1 Signed-off-by: Nihal Kumar Gupta <nihal.gupta@oss.qualcomm.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This series adds Camera Subsystem DT support for Shikra (QCM2390):
Introduces a device tree overlay for optional IMX577 sensor integration on Shikra EVK boards via CSIPHY1, connected on CCI I2C1 with reset on TLMM GPIO33.