Hi Laurent, On 02. 10. 20 4:02, Laurent Pinchart wrote: > Hi Michal, > > Thank you for the patch. > > On Tue, Sep 29, 2020 at 01:43:22PM +0200, Michal Simek wrote: >> DT schema is checking tuples which should be properly separated. The patch >> is doing this separation to avoid the following warning: >> ..yaml: axi: pcie@fd0e0000:ranges: [[33554432, 0, 3758096384, 0, >> 3758096384, 0, 268435456, 1124073472, 6, 0, 6, 0, 2, 0]] is not valid under >> any of the given schemas (Possible causes of the failure): >> ...dt.yaml: axi: pcie@fd0e0000:ranges: True was expected >> ...dt.yaml: axi: pcie@fd0e0000:ranges:0: [33554432, 0, 3758096384, 0, >> 3758096384, 0, 268435456, 1124073472, 6, 0, 6, 0, 2, 0] is too long > > I would keep the error message unwrapped as it's a bit confusing to > read, even if it exceeds the normal 72 columns limit of commit messaged. >From git log I see that both ways are used. > >> Signed-off-by: Michal Simek <michal.simek@xxxxxxxxxx> > > Reviewed-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> Thanks, Michal