diff options
author | Rob Herring <robh@kernel.org> | 2020-06-11 11:25:04 -0600 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-06-12 09:54:16 -0600 |
commit | 447615701525c910a386a491a6780dec4971f797 (patch) | |
tree | 7e14fcee6acdd290c11b8179e7f5d340bb5ab505 /Documentation/devicetree/bindings/clock/imx6sl-clock.yaml | |
parent | 0db958b689ca98ec6b6ca20edfffbdc0c4b422ce (diff) | |
download | linux-447615701525c910a386a491a6780dec4971f797.tar.gz |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/imx6sl-clock.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/clock/imx6sl-clock.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/imx6sl-clock.yaml b/Documentation/devicetree/bindings/clock/imx6sl-clock.yaml index 135568c46350..c97bf95b4150 100644 --- a/Documentation/devicetree/bindings/clock/imx6sl-clock.yaml +++ b/Documentation/devicetree/bindings/clock/imx6sl-clock.yaml @@ -23,7 +23,6 @@ properties: items: - description: CCM interrupt request 1 - description: CCM interrupt request 2 - maxItems: 2 '#clock-cells': const: 1 |