On Fri, 1 Nov 2019 14:58:08 +0100, Maxime Ripard wrote: > Some binding that were introduced early on got a comment to enable > additionalProperties, but we couldn't due to the generic properties being > reported as errors. > > The way we're dealing with this now is to use the draft-08's > unevaluatedProperties (even though the tools doesn't do anything with it > yet). > > Let's convert those old bindings to it. > > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> > --- > .../devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml | 4 +--- > .../devicetree/bindings/i2c/allwinner,sun6i-a31-p2wi.yaml | 4 +--- > .../devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml | 4 +--- > .../interrupt-controller/allwinner,sun7i-a20-sc-nmi.yaml | 4 +--- > .../devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml | 4 +--- > .../devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml | 6 ++---- > .../devicetree/bindings/net/allwinner,sun4i-a10-emac.yaml | 6 ++---- > .../devicetree/bindings/net/allwinner,sun4i-a10-mdio.yaml | 6 ++---- > .../devicetree/bindings/net/allwinner,sun7i-a20-gmac.yaml | 6 ++---- > .../devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml | 6 ++---- > .../devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml | 4 +--- > 11 files changed, 16 insertions(+), 38 deletions(-) > Applied, thanks. Rob