On Wed, 21 Jul 2021 16:03:45 +0200, Maxime Ripard wrote: > The original bindings was listing the length of the interrupts as either > 1 or 2, depending on the setup. This is also what is enforced by the top > level schema. > > However, that is further constrained with an if clause that require > exactly two interrupts, even though it might not make sense on those > devices or in some setups. > > Let's remove the clause entirely. > > Cc: Denis Ciocca <denis.ciocca@xxxxxx> > Cc: Jonathan Cameron <jic23@xxxxxxxxxx> > Cc: Lars-Peter Clausen <lars@xxxxxxxxxx> > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> > Cc: linux-iio@xxxxxxxxxxxxxxx > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> > --- > .../bindings/iio/st,st-sensors.yaml | 41 ------------------- > 1 file changed, 41 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>