On Wed, 21 Aug 2019 10:21:37 +0200, Maxime Ripard wrote: > From: Maxime Ripard <maxime.ripard@xxxxxxxxxxx> > > The Allwinner SoCs have an interrupt controller supported in Linux, with a > matching Device Tree binding. > > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard <maxime.ripard@xxxxxxxxxxx> > > --- > > Changes from v1: > - Remove Fixme and add additionalProperties to false > - Add unit address for the example > --- > .../allwinner,sun4i-a10-ic.yaml | 47 +++++++++++++++++++ > .../allwinner,sun4i-ic.txt | 20 -------- > 2 files changed, 47 insertions(+), 20 deletions(-) > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/allwinner,sun4i-a10-ic.yaml > delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/allwinner,sun4i-ic.txt > Applied, thanks. Rob