Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>

-9
-1
Documentation/devicetree/bindings/clock/imx6q-clock.yaml
··· 23 23 items: 24 24 - description: CCM interrupt request 1 25 25 - description: CCM interrupt request 2 26 - maxItems: 2 27 26 28 27 '#clock-cells': 29 28 const: 1
-1
Documentation/devicetree/bindings/clock/imx6sl-clock.yaml
··· 23 23 items: 24 24 - description: CCM interrupt request 1 25 25 - description: CCM interrupt request 2 26 - maxItems: 2 27 26 28 27 '#clock-cells': 29 28 const: 1
-1
Documentation/devicetree/bindings/clock/imx6sll-clock.yaml
··· 23 23 items: 24 24 - description: CCM interrupt request 1 25 25 - description: CCM interrupt request 2 26 - maxItems: 2 27 26 28 27 '#clock-cells': 29 28 const: 1
-1
Documentation/devicetree/bindings/clock/imx6sx-clock.yaml
··· 23 23 items: 24 24 - description: CCM interrupt request 1 25 25 - description: CCM interrupt request 2 26 - maxItems: 2 27 26 28 27 '#clock-cells': 29 28 const: 1
-1
Documentation/devicetree/bindings/clock/imx6ul-clock.yaml
··· 23 23 items: 24 24 - description: CCM interrupt request 1 25 25 - description: CCM interrupt request 2 26 - maxItems: 2 27 26 28 27 '#clock-cells': 29 28 const: 1
-2
Documentation/devicetree/bindings/pwm/imx-pwm.yaml
··· 30 30 items: 31 31 - description: SoC PWM ipg clock 32 32 - description: SoC PWM per clock 33 - maxItems: 2 34 33 35 34 clock-names: 36 35 items: 37 36 - const: ipg 38 37 - const: per 39 - maxItems: 2 40 38 41 39 interrupts: 42 40 maxItems: 1
-2
Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml
··· 64 64 - const: hs_src 65 65 66 66 power-domains: 67 - maxItems: 2 68 67 items: 69 68 - description: XUSBB(device) power-domain 70 69 - description: XUSBA(superspeed) power-domain 71 70 72 71 power-domain-names: 73 - maxItems: 2 74 72 items: 75 73 - const: dev 76 74 - const: ss