[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210928222920.2204761-1-robh@kernel.org>
Date: Tue, 28 Sep 2021 17:29:20 -0500
From: Rob Herring <robh@...nel.org>
To: devicetree@...r.kernel.org
Cc: "David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Evgeniy Polyakov <zbr@...emap.net>,
Marek Vasut <marex@...x.de>,
Joakim Zhang <qiangqing.zhang@....com>,
Daniel Mack <zonque@...il.com>,
dri-devel@...ts.freedesktop.org, netdev@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Subject: [PATCH] dt-bindings: Drop more redundant 'maxItems'
Another round of removing redundant minItems/maxItems from new schema in
the recent merge window.
If a property has an 'items' list, then a 'minItems' or 'maxItems' with the
same size as the list is redundant and can be dropped. Note that is DT
schema specific behavior and not standard json-schema behavior. The tooling
will fixup the final schema adding any unspecified minItems/maxItems.
Cc: "David S. Miller" <davem@...emloft.net>
Cc: Jakub Kicinski <kuba@...nel.org>
Cc: Evgeniy Polyakov <zbr@...emap.net>
Cc: Marek Vasut <marex@...x.de>
Cc: Joakim Zhang <qiangqing.zhang@....com>
Cc: Daniel Mack <zonque@...il.com>
Cc: dri-devel@...ts.freedesktop.org
Cc: netdev@...r.kernel.org
Cc: linux-arm-kernel@...ts.infradead.org
Signed-off-by: Rob Herring <robh@...nel.org>
---
.../devicetree/bindings/display/bridge/ti,sn65dsi83.yaml | 2 --
Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml | 1 -
Documentation/devicetree/bindings/w1/w1-gpio.yaml | 1 -
3 files changed, 4 deletions(-)
diff --git a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml
index 07b20383cbca..b446d0f0f1b4 100644
--- a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml
@@ -50,7 +50,6 @@ properties:
data-lanes:
description: array of physical DSI data lane indexes.
minItems: 1
- maxItems: 4
items:
- const: 1
- const: 2
@@ -71,7 +70,6 @@ properties:
data-lanes:
description: array of physical DSI data lane indexes.
minItems: 1
- maxItems: 4
items:
- const: 1
- const: 2
diff --git a/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml b/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml
index 5629b2e4ccf8..ee4afe361fac 100644
--- a/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml
+++ b/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml
@@ -34,7 +34,6 @@ properties:
clocks:
minItems: 3
- maxItems: 5
items:
- description: MAC host clock
- description: MAC apb clock
diff --git a/Documentation/devicetree/bindings/w1/w1-gpio.yaml b/Documentation/devicetree/bindings/w1/w1-gpio.yaml
index 7ba1c2fd4722..8eef2380161b 100644
--- a/Documentation/devicetree/bindings/w1/w1-gpio.yaml
+++ b/Documentation/devicetree/bindings/w1/w1-gpio.yaml
@@ -15,7 +15,6 @@ properties:
gpios:
minItems: 1
- maxItems: 2
items:
- description: Data I/O pin
- description: Enable pin for an external pull-up resistor
--
2.30.2
Powered by blists - more mailing lists