Commit 44761570 authored by Rob Herring's avatar Rob Herring

dt-bindings: Remove redundant 'maxItems'

There's no need to specify 'maxItems' with the same value as the number
of entries in 'items'. A meta-schema update will catch future cases.

Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Anson Huang <Anson.Huang@nxp.com>
Cc: linux-clk@vger.kernel.org
Cc: linux-pwm@vger.kernel.org
Cc: linux-usb@vger.kernel.org
Reviewed-by: Stephen Boyd <sboyd@kernel.org> # clk
Acked-by: default avatarThierry Reding <thierry.reding@gmail.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 0db958b6
...@@ -23,7 +23,6 @@ properties: ...@@ -23,7 +23,6 @@ properties:
items: items:
- description: CCM interrupt request 1 - description: CCM interrupt request 1
- description: CCM interrupt request 2 - description: CCM interrupt request 2
maxItems: 2
'#clock-cells': '#clock-cells':
const: 1 const: 1
......
...@@ -23,7 +23,6 @@ properties: ...@@ -23,7 +23,6 @@ properties:
items: items:
- description: CCM interrupt request 1 - description: CCM interrupt request 1
- description: CCM interrupt request 2 - description: CCM interrupt request 2
maxItems: 2
'#clock-cells': '#clock-cells':
const: 1 const: 1
......
...@@ -23,7 +23,6 @@ properties: ...@@ -23,7 +23,6 @@ properties:
items: items:
- description: CCM interrupt request 1 - description: CCM interrupt request 1
- description: CCM interrupt request 2 - description: CCM interrupt request 2
maxItems: 2
'#clock-cells': '#clock-cells':
const: 1 const: 1
......
...@@ -23,7 +23,6 @@ properties: ...@@ -23,7 +23,6 @@ properties:
items: items:
- description: CCM interrupt request 1 - description: CCM interrupt request 1
- description: CCM interrupt request 2 - description: CCM interrupt request 2
maxItems: 2
'#clock-cells': '#clock-cells':
const: 1 const: 1
......
...@@ -23,7 +23,6 @@ properties: ...@@ -23,7 +23,6 @@ properties:
items: items:
- description: CCM interrupt request 1 - description: CCM interrupt request 1
- description: CCM interrupt request 2 - description: CCM interrupt request 2
maxItems: 2
'#clock-cells': '#clock-cells':
const: 1 const: 1
......
...@@ -30,13 +30,11 @@ properties: ...@@ -30,13 +30,11 @@ properties:
items: items:
- description: SoC PWM ipg clock - description: SoC PWM ipg clock
- description: SoC PWM per clock - description: SoC PWM per clock
maxItems: 2
clock-names: clock-names:
items: items:
- const: ipg - const: ipg
- const: per - const: per
maxItems: 2
interrupts: interrupts:
maxItems: 1 maxItems: 1
......
...@@ -64,13 +64,11 @@ properties: ...@@ -64,13 +64,11 @@ properties:
- const: hs_src - const: hs_src
power-domains: power-domains:
maxItems: 2
items: items:
- description: XUSBB(device) power-domain - description: XUSBB(device) power-domain
- description: XUSBA(superspeed) power-domain - description: XUSBA(superspeed) power-domain
power-domain-names: power-domain-names:
maxItems: 2
items: items:
- const: dev - const: dev
- const: ss - const: ss
......
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