Quoting Rob Herring (2021-07-13 12:34:53) > Another round of removing redundant minItems/maxItems from new schema in > the recent merge window. > > 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. > > This condition is partially checked with the meta-schema already, but > only if both 'minItems' and 'maxItems' are equal to the 'items' length. > An improved meta-schema is pending. > > Cc: Stephen Boyd <[email protected]> > Cc: Joerg Roedel <[email protected]> > Cc: Will Deacon <[email protected]> > Cc: Krzysztof Kozlowski <[email protected]> > Cc: Miquel Raynal <[email protected]> > Cc: Richard Weinberger <[email protected]> > Cc: Vignesh Raghavendra <[email protected]> > Cc: Alessandro Zummo <[email protected]> > Cc: Alexandre Belloni <[email protected]> > Cc: Greg Kroah-Hartman <[email protected]> > Cc: Sureshkumar Relli <[email protected]> > Cc: Brian Norris <[email protected]> > Cc: Kamal Dasu <[email protected]> > Cc: Linus Walleij <[email protected]> > Cc: Sebastian Siewior <[email protected]> > Cc: Laurent Pinchart <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Rob Herring <[email protected]> > ---
Reviewed-by: Stephen Boyd <[email protected]> _______________________________________________ iommu mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/iommu
