[PATCH v8 1/4] dt-bindings: spmi: modify the constraint 'maxItems' to 'minItems'

From: Hsin-Hsiung Wang
Date: Wed May 26 2021 - 06:36:09 EST


The constraint of 'maxItem: 1' might be larger than 1, so we modify it
to 'minItem: 1'.

Signed-off-by: Hsin-Hsiung Wang <hsin-hsiung.wang@xxxxxxxxxxxx>
Acked-by: Rob Herring <robh@xxxxxxxxxx>
---
changes since v7:
- no change.
---
Documentation/devicetree/bindings/spmi/spmi.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/spmi/spmi.yaml b/Documentation/devicetree/bindings/spmi/spmi.yaml
index 1739409..12dbf65 100644
--- a/Documentation/devicetree/bindings/spmi/spmi.yaml
+++ b/Documentation/devicetree/bindings/spmi/spmi.yaml
@@ -25,7 +25,7 @@ properties:
pattern: "^spmi@.*"

reg:
- maxItems: 1
+ minItems: 1

"#address-cells":
const: 2
--
2.6.4