diff options
author | Rob Herring <robh@kernel.org> | 2022-05-03 11:27:38 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-05-04 16:19:03 -0500 |
commit | caf83e494de965dbb5f8add655c526b9af6a96cb (patch) | |
tree | 98a5516800fda21fffd8361292ac412359584508 /Documentation/devicetree/bindings/mtd | |
parent | b2b701b31e1c5827957c88e5c1f0c3dde1f55b2f (diff) | |
download | linux-caf83e494de965dbb5f8add655c526b9af6a96cb.tar.gz linux-caf83e494de965dbb5f8add655c526b9af6a96cb.tar.bz2 linux-caf83e494de965dbb5f8add655c526b9af6a96cb.zip |
dt-bindings: Drop redundant 'maxItems/minItems' in if/then schemas
Another round of removing redundant minItems/maxItems when 'items' list is
specified. This time it is in if/then schemas as the meta-schema was
failing to check this case.
If a property has an 'items' list, then a 'minItems' or 'maxItems' with the
same size as the list is redundant and can be dropped. Note that is DT
schema specific behavior and not standard json-schema behavior. The tooling
will fixup the final schema adding any unspecified minItems/maxItems.
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-By: Vinod Koul <vkoul@kernel.org>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Acked-by: Mark Brown <broonie@kernel.org>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org> # For MMC
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> #for IIO
Link: https://lore.kernel.org/r/20220503162738.3827041-1-robh@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/mtd')
-rw-r--r-- | Documentation/devicetree/bindings/mtd/gpmi-nand.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mtd/gpmi-nand.yaml b/Documentation/devicetree/bindings/mtd/gpmi-nand.yaml index 9d764e654e1d..849aeae319a9 100644 --- a/Documentation/devicetree/bindings/mtd/gpmi-nand.yaml +++ b/Documentation/devicetree/bindings/mtd/gpmi-nand.yaml @@ -147,8 +147,6 @@ allOf: - description: SoC gpmi io clock - description: SoC gpmi bch apb clock clock-names: - minItems: 2 - maxItems: 2 items: - const: gpmi_io - const: gpmi_bch_apb |