Commit c64e40ca authored by Jim Quinlan's avatar Jim Quinlan Committed by Krzysztof Wilczyński

dt-bindings: PCI: brcm,stb-pcie: Use maxItems for reset controllers

Provide the maxItem property for the reset controllers and drop their
superfluous descriptions.

Link: https://lore.kernel.org/linux-pci/20240815225731.40276-3-james.quinlan@broadcom.comSigned-off-by: default avatarJim Quinlan <james.quinlan@broadcom.com>
[kwilczynski: commit log]
Signed-off-by: default avatarKrzysztof Wilczyński <kwilczynski@kernel.org>
Reviewed-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent 8a4db021
...@@ -95,6 +95,12 @@ properties: ...@@ -95,6 +95,12 @@ properties:
minItems: 1 minItems: 1
maxItems: 3 maxItems: 3
resets:
maxItems: 1
reset-names:
maxItems: 1
required: required:
- compatible - compatible
- reg - reg
...@@ -118,8 +124,7 @@ allOf: ...@@ -118,8 +124,7 @@ allOf:
then: then:
properties: properties:
resets: resets:
items: maxItems: 1
- description: reset controller handling the PERST# signal
reset-names: reset-names:
items: items:
...@@ -136,8 +141,7 @@ allOf: ...@@ -136,8 +141,7 @@ allOf:
then: then:
properties: properties:
resets: resets:
items: maxItems: 1
- description: phandle pointing to the RESCAL reset controller
reset-names: reset-names:
items: items:
......
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