On Thu, May 23, 2019 at 4:57 AM Maxime Ripard <maxime.ripard@xxxxxxxxxxx> wrote: > > Switch our Allwinner A20 GMAC controller binding to a YAML schema to enable > the DT validation. Since that controller is based on a Synopsys IP, let's > add the validation to that schemas with a bunch of conditionals. > > Signed-off-by: Maxime Ripard <maxime.ripard@xxxxxxxxxxx> > --- > Documentation/devicetree/bindings/net/allwinner,sun7i-a20-gmac.txt | 27 --------------------------- > Documentation/devicetree/bindings/net/snps,dwmac.yaml | 45 +++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 45 insertions(+), 27 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/net/allwinner,sun7i-a20-gmac.txt I think it would be better to keep these as separate files and either include snps,dwmac.yaml from it or only add the compatible to snps,dwmac.yaml. Rob