commit | 986536b952fd7070f5137358df7b055f3081dd2b | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Tue Jan 18 19:56:26 2022 -0600 |
committer | Rob Herring <robh@kernel.org> | Thu Jan 20 12:52:50 2022 -0600 |
tree | c8cbab35b2ceb2d7a730010293f1d7b5c3a9e002 | |
parent | 58dfff3e984dfb96dae98008e6ea0ab92248d003 [diff] |
dt-bindings: Fix array schemas encoded as matrices The YAML DT encoding has leaked into some array properties. Properties which are defined as an array should have a schema that's just an array. That means there should only be a single level of 'minItems', 'maxItems', and/or 'items'. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de> Link: https://lore.kernel.org/r/20220119015627.2443334-1-robh@kernel.org