Re: [PATCH 1/8] dt-bindings: media: qcom: Add Shikra CAMSS compatible
From: bod
Date: Thu May 28 2026 - 18:13:23 EST
On 2026-05-26 22:42 +0530, Nihal Kumar Gupta wrote:
> Shikra uses the same CAMSS IP as QCM2290. Extend the existing
> qcom,qcm2290-camss binding to add the qcom,shikra-camss compatible
> string.
>
> Signed-off-by: Nihal Kumar Gupta <nihal.gupta@xxxxxxxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/media/qcom,qcm2290-camss.yaml | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/media/qcom,qcm2290-camss.yaml b/Documentation/devicetree/bindings/media/qcom,qcm2290-camss.yaml
> index 391d0f6f67ef5fdfea31dd3683477561516b1556..7b1469d6a1601413a1a32dc452d7d1fc85aa9eb8 100644
> --- a/Documentation/devicetree/bindings/media/qcom,qcm2290-camss.yaml
> +++ b/Documentation/devicetree/bindings/media/qcom,qcm2290-camss.yaml
> @@ -8,13 +8,16 @@ title: Qualcomm QCM2290 Camera Subsystem (CAMSS)
>
> maintainers:
> - Loic Poulain <loic.poulain@xxxxxxxxxxxxxxxx>
> + - Nihal Kumar Gupta <nihal.gupta@xxxxxxxxxxxxxxxx>
>
> description:
> The CAMSS IP is a CSI decoder and ISP present on Qualcomm platforms.
>
> properties:
> compatible:
> - const: qcom,qcm2290-camss
> + enum:
> + - qcom,qcm2290-camss
> + - qcom,shikra-camss
>
> reg:
> maxItems: 9
> @@ -76,6 +79,7 @@ properties:
> - const: sf_mnoc
>
> iommus:
> + minItems: 1
> maxItems: 4
If it uses the same binding then why does it need minItems:1 ?
Does Shikra have only the one iommus entry - if so why ?
If not then adding minItems: 1 is nothing to do with adding another
compatible string.
Either way this patch isn't right.
---
bod