[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1629193630-19994-2-git-send-email-hsin-hsiung.wang@mediatek.com>
Date: Tue, 17 Aug 2021 17:47:06 +0800
From: Hsin-Hsiung Wang <hsin-hsiung.wang@...iatek.com>
To: Stephen Boyd <sboyd@...nel.org>, Rob Herring <robh+dt@...nel.org>,
Matthias Brugger <matthias.bgg@...il.com>
CC: Hsin-Hsiung Wang <hsin-hsiung.wang@...iatek.com>,
<linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-mediatek@...ts.infradead.org>, <james.lo@...iatek.com>
Subject: [PATCH v11 1/5] dt-bindings: spmi: modify the constraint 'maxItems' to 'minItems'
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@...iatek.com>
Acked-by: Rob Herring <robh@...nel.org>
---
changes since v10:
- 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 1d243faef2f8..5938d807674f 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.18.0
Powered by blists - more mailing lists