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/usb/nvidia,tegra-xudc.yaml | |
parent | 0db958b689ca98ec6b6ca20edfffbdc0c4b422ce (diff) | |
download | lwn-447615701525c910a386a491a6780dec4971f797.tar.gz lwn-447615701525c910a386a491a6780dec4971f797.zip |
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/usb/nvidia,tegra-xudc.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml b/Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml index c4ddc0adf101..0073763a30d8 100644 --- a/Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml +++ b/Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml @@ -64,13 +64,11 @@ properties: - const: hs_src power-domains: - maxItems: 2 items: - description: XUSBB(device) power-domain - description: XUSBA(superspeed) power-domain power-domain-names: - maxItems: 2 items: - const: dev - const: ss |