On Thu, 11 Jul 2019 11:38:35 +0200, Maxime Ripard wrote: > The Allwinner SoCs have an LRADC used to report keys and 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> > --- > .../input/allwinner,sun4i-a10-lradc-keys.yaml | 95 +++++++++++++++++++ > .../bindings/input/sun4i-lradc-keys.txt | 65 ------------- > 2 files changed, 95 insertions(+), 65 deletions(-) > create mode 100644 Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml > delete mode 100644 Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt > Applied, thanks. Rob