On Tue, 22 Oct 2019 18:08:06 +0200, Maxime Ripard wrote: > The Allwinner SoCs have a pin 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 <mripard@xxxxxxxxxx> > > --- > > Changes from v1: > - Add a description for the interrupts > - Put limits on the number of input-debounce items > - Remove the vcc-p.-supply type > - Fix the supplies description > --- > .../pinctrl/allwinner,sun4i-a10-pinctrl.yaml | 243 ++++++++++++++++++ > .../pinctrl/allwinner,sunxi-pinctrl.txt | 164 ------------ > 2 files changed, 243 insertions(+), 164 deletions(-) > create mode 100644 Documentation/devicetree/bindings/pinctrl/allwinner,sun4i-a10-pinctrl.yaml > delete mode 100644 Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>