On Wed, 2 Oct 2019 14:06:45 +0200, Maxime Ripard wrote: > The older Allwinner SoCs have a PS2 controller that is 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> > --- > .../serio/allwinner,sun4i-a10-ps2.yaml | 51 +++++++++++++++++++ > .../bindings/serio/allwinner,sun4i-ps2.txt | 22 -------- > 2 files changed, 51 insertions(+), 22 deletions(-) > create mode 100644 Documentation/devicetree/bindings/serio/allwinner,sun4i-a10-ps2.yaml > delete mode 100644 Documentation/devicetree/bindings/serio/allwinner,sun4i-ps2.txt > Applied, thanks. Rob