On Sun, Feb 3, 2019 at 3:42 PM Linus Walleij <linus.walleij@xxxxxxxxxx> wrote: > > This adds initial device tree bindings for the IXP4xx machines. > This time I tried something wild and crazy and try to make proper > JSON-style YAML bindings for the top level. > > Cc: devicetree@xxxxxxxxxxxxxxx > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > I have no clear idea on how to auto-test this schema for validity, > since it is a bit of a new thing I hope to figure it out as > we go. Is Documentation/devicetree/writing-schema.md missing something on how to? The DT patchwork instance will have test results too, but in this case it couldn't apply the patch since MAINTAINERS has a dependency... > --- > .../devicetree/bindings/arm/intel-ixp4xx.yaml | 22 +++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 23 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/intel-ixp4xx.yaml In any case, the manual checker thinks this looks fine. Reviewed-by: Rob Herring <robh@xxxxxxxxxx>