Commit 57d77e45 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Rob Herring

bindings: media: venus: Drop redundant maxItems for power-domain-names

make dt_binding_check:

    Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml: ignoring, error in schema: properties: power-domain-names
    warning: no schema found in file: Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml
    Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml: properties:power-domain-names: {'required': ['maxItems']} is not allowed for {'minItems': 2, 'maxItems': 3, 'items': [{'const': 'venus'}, {'const': 'vcodec0'}, {'const': 'cx'}]}
	   hint: "maxItems" is not needed with an "items" list
	   from schema $id: http://devicetree.org/meta-schemas/items.yaml#

Fixes: e48b839b ("media: dt-bindings: media: venus: Add sc7280 dt schema")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/d94924e1bd00f396f2106f04d4a2bb839cf5f071.1636453406.git.geert+renesas@glider.be
parent 0e5f8977
...@@ -30,7 +30,6 @@ properties: ...@@ -30,7 +30,6 @@ properties:
power-domain-names: power-domain-names:
minItems: 2 minItems: 2
maxItems: 3
items: items:
- const: venus - const: venus
- const: vcodec0 - const: vcodec0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment