On Tue, Aug 6, 2019 at 6:50 AM Neil Armstrong <narmstrong@xxxxxxxxxxxx> wrote: > > Now that we have the DT validation in place, let's convert the device tree > bindings for the Synopsys DWMAC Glue for Amlogic SoCs over to a YAML schemas. > > Signed-off-by: Neil Armstrong <narmstrong@xxxxxxxxxxxx> > --- > .../bindings/net/amlogic,meson-dwmac.yaml | 113 ++++++++++++++++++ > .../devicetree/bindings/net/meson-dwmac.txt | 71 ----------- > .../devicetree/bindings/net/snps,dwmac.yaml | 5 + > 3 files changed, 118 insertions(+), 71 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml > delete mode 100644 Documentation/devicetree/bindings/net/meson-dwmac.txt I don't love the compatible schema with 'additionalItems: true' and contains, but I guess it is what it is. I'm hopeful schemas help limit how many variations we end up with. Reviewed-by: Rob Herring <robh@xxxxxxxxxx> Rob