Skip to content

Commit 8929ef8

Browse files
Fabrizio Castrorobherring
authored andcommitted
media: dt-bindings: media: renesas,drif: Fix fck definition
dt_binding_check reports the below error with the latest schema: Documentation/devicetree/bindings/media/renesas,drif.yaml: properties:clock-names:maxItems: False schema does not allow 1 Documentation/devicetree/bindings/media/renesas,drif.yaml: ignoring, error in schema: properties: clock-names: maxItems This patch fixes the problem. Signed-off-by: Fabrizio Castro <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent c176115 commit 8929ef8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Documentation/devicetree/bindings/media/renesas,drif.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ properties:
6767
maxItems: 1
6868

6969
clock-names:
70-
maxItems: 1
71-
items:
72-
- const: fck
70+
const: fck
7371

7472
resets:
7573
maxItems: 1

0 commit comments

Comments
 (0)