On Thu, 3 Oct 2019 08:12:52 +0200, =?UTF-8?q?Michal=20Vok=C3=A1=C4=8D?= wrote: > Create schema for the common input properties and merge all properties > from the Documentation/devicetree/bindings/input/keys.txt binding into > this common schema. > > Signed-off-by: Michal Vokáč <michal.vokac@xxxxxxxxx> > --- > Changes since v2: > - Merge content of keys.txt binding inti this schema. > > Changes since v1: > - New patch in the series. > > Documentation/devicetree/bindings/input/input.yaml | 32 ++++++++++++++++++++++ > Documentation/devicetree/bindings/input/keys.txt | 8 ------ > .../devicetree/bindings/input/mtk-pmic-keys.txt | 4 +-- > .../devicetree/bindings/input/st,stpmic1-onkey.txt | 2 +- > 4 files changed, 35 insertions(+), 11 deletions(-) > create mode 100644 Documentation/devicetree/bindings/input/input.yaml > delete mode 100644 Documentation/devicetree/bindings/input/keys.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>