On Wed, 21 Aug 2019 10:21:38 +0200, Maxime Ripard wrote: > From: Maxime Ripard <maxime.ripard@xxxxxxxxxxx> > > The Allwinner SoCs have an interrupt controller called NMI 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 the custom select and rely on the deprecated property instead > --- > .../allwinner,sun7i-a20-sc-nmi.yaml | 70 +++++++++++++++++++ > .../allwinner,sunxi-nmi.txt | 29 -------- > 2 files changed, 70 insertions(+), 29 deletions(-) > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/allwinner,sun7i-a20-sc-nmi.yaml > delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/allwinner,sunxi-nmi.txt > Applied, thanks. Rob