Thread (16 messages) 16 messages, 4 authors, 2025-07-28

Re: [PATCH v2 7/7] media: qcom: camss: Enumerate resources for QCS8300

From: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Date: 2025-07-28 14:17:01
Also in: linux-arm-msm, linux-devicetree, linux-media, lkml

On 11/07/2025 14:11, Vikram Sharma wrote:
quoted hunk ↗ jump to hunk
Enumerate csiphy, csid and vfe resources for qcs8300.

Signed-off-by: Vikram Sharma <redacted>
---
  drivers/media/platform/qcom/camss/camss.c | 7 +++++++
  1 file changed, 7 insertions(+)
diff --git a/drivers/media/platform/qcom/camss/camss.c b/drivers/media/platform/qcom/camss/camss.c
index 124bb56167cd..6cd6a5116f5e 100644
--- a/drivers/media/platform/qcom/camss/camss.c
+++ b/drivers/media/platform/qcom/camss/camss.c
@@ -4569,7 +4569,14 @@ static const struct camss_resources msm8996_resources = {
  static const struct camss_resources qcs8300_resources = {
  	.version = CAMSS_8300,
  	.pd_name = "top",
+	.csiphy_res = csiphy_res_8300,
+	.csid_res = csid_res_8300,
+	.csid_wrapper_res = &csid_wrapper_res_qcs8300,
+	.vfe_res = vfe_res_8300,
  	.icc_res = icc_res_qcs8300,
+	.csiphy_num = ARRAY_SIZE(csiphy_res_8300),
+	.csid_num = ARRAY_SIZE(csid_res_8300),
+	.vfe_num = ARRAY_SIZE(vfe_res_8300),
  	.icc_path_num = ARRAY_SIZE(icc_res_qcs8300),
  	.link_entities = camss_link_entities
  };
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help