diff mbox series

[03/18] dt-bindings: media: coda: Fix resets count

Message ID 20250314152939.2759573-4-serghox@gmail.com
State New
Headers show
Series [01/18] media: coda: Add print if irq isn't present | expand

Commit Message

Sergey Khimich March 14, 2025, 3:29 p.m. UTC
From: Vladimir Yakovlev <vovchkir@gmail.com>

Change resets count because now we use get array function and reset
signas may be more than 1.

Co-developed-by: Sergey Khimich <serghox@gmail.com>
Signed-off-by: Sergey Khimich <serghox@gmail.com>
Signed-off-by: Vladimir Yakovlev <vovchkir@gmail.com>
---
 Documentation/devicetree/bindings/media/coda.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Krzysztof Kozlowski March 24, 2025, 1:52 p.m. UTC | #1
On 24/03/2025 14:46, Sergey Khimich wrote:
>>> diff --git a/Documentation/devicetree/bindings/media/coda.yaml
>> b/Documentation/devicetree/bindings/media/coda.yaml
>>> index c9d5adbc8c4a..3cb0e9afc100 100644
>>> --- a/Documentation/devicetree/bindings/media/coda.yaml
>>> +++ b/Documentation/devicetree/bindings/media/coda.yaml
>>> @@ -60,7 +60,7 @@ properties:
>>>      maxItems: 1
>>>
>>>    resets:
>>> -    maxItems: 1
>>> +    minItems: 1
>>
>> No, this must be specific.
>>
> Here I can suggest the following patch with adding standalone (without a
> SoC-specific fallback) definition of coda980 codec:

How can it be used outside of soc?

> 
> @@ -30,6 +30,8 @@ properties:
>                - fsl,imx6dl-vpu
>                - fsl,imx6q-vpu
>            - const: cnm,coda960
> +      - items:
> +          - const: cnm,coda980
> 
>    reg:
>      maxItems: 1
> @@ -60,7 +62,15 @@ properties:
>      maxItems: 1
> 
>    resets:
> -    maxItems: 1
> +    if:

There is no such syntax - see other files or example-schema.

> +      properties:
> +        compatible:
> +          contains:
> +            const: cnm,coda980
> +    then:
> +      maxItems: 2  # CODA980 supports 2 resets

Still not specific - you need to list the items. See other files.



Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/media/coda.yaml b/Documentation/devicetree/bindings/media/coda.yaml
index c9d5adbc8c4a..3cb0e9afc100 100644
--- a/Documentation/devicetree/bindings/media/coda.yaml
+++ b/Documentation/devicetree/bindings/media/coda.yaml
@@ -60,7 +60,7 @@  properties:
     maxItems: 1
 
   resets:
-    maxItems: 1
+    minItems: 1
 
   iram:
     $ref: /schemas/types.yaml#/definitions/phandle