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:
minItems: 1
maxItems: 3
resets:
maxItems: 1
reset-names:
maxItems: 1
required:
- compatible
- reg
......@@ -118,8 +124,7 @@ allOf:
then:
properties:
resets:
items:
- description: reset controller handling the PERST# signal
maxItems: 1
reset-names:
items:
......@@ -136,8 +141,7 @@ allOf:
then:
properties:
resets:
items:
- description: phandle pointing to the RESCAL reset controller
maxItems: 1
reset-names:
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