> > > > > > 'minItems' and 'maxItems' apply at the same level as 'items' schemas as > > the keywords apply to arrays. What's currently defined is a 3 > > dimensional matrix with the outer size being undefined. To fix this, > > minItems/maxItems needs to be moved up a level. > > > > With this fixed, the example fails validation. For matrix types, the dts > > syntax must use brackets (<>) matching the schema definition. In this > > case, the inner array size is 2 elements, so let's add the correct > > bracketing. > > > > Fixes: 3986a14870cb ("dt-bindings: iio: Add ltc2983 documentation") > > Cc: "Nuno Sá" <nuno.sa@xxxxxxxxxx> > > Cc: Jonathan Cameron <jic23@xxxxxxxxxx> > > Cc: Hartmut Knaack <knaack.h@xxxxxx> > > Cc: Lars-Peter Clausen <lars@xxxxxxxxxx> > > Cc: Peter Meerwald-Stadler <pmeerw@xxxxxxxxxx> > > Cc: linux-iio@xxxxxxxxxxxxxxx > > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > > --- > > I'll take this via the DT tree as I have another change this will > > conflict. > > > > Rob > Acked-by: Nuno Sá <nuno.sa@xxxxxxxxxx> Acked-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> thanks, Jonathan > > Thanks, > - Nuno Sá >