On Thu, May 16, 2019 at 9:44 AM Maxime Ripard <maxime.ripard@xxxxxxxxxxx> wrote: > > Switch the DT binding to a YAML schema to enable the DT validation. > > Signed-off-by: Maxime Ripard <maxime.ripard@xxxxxxxxxxx> > --- > Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- > Documentation/devicetree/bindings/mmc/sunxi-mmc.txt | 52 +-------------------------------------- > 2 files changed, 98 insertions(+), 52 deletions(-) > create mode 100644 Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml > delete mode 100644 Documentation/devicetree/bindings/mmc/sunxi-mmc.txt Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > +# FIXME: We should set it, but it would report all the generic > +# properties as additional properties. > +# additionalProperties: false BTW, I expect this issue will be fixed with the new unevaluatedProperties in draft8. Rob