[PATCH 03/18] dt-bindings: media: coda: Fix resets count
From: Sergey Khimich
Date: Fri Mar 14 2025 - 11:30:37 EST
From: Vladimir Yakovlev <vovchkir@xxxxxxxxx>
Change resets count because now we use get array function and reset
signas may be more than 1.
Co-developed-by: Sergey Khimich <serghox@xxxxxxxxx>
Signed-off-by: Sergey Khimich <serghox@xxxxxxxxx>
Signed-off-by: Vladimir Yakovlev <vovchkir@xxxxxxxxx>
---
Documentation/devicetree/bindings/media/coda.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.30.2