On Tue, 12 Mar 2024 19:30:01 +0100, Krzysztof Kozlowski wrote: > Convert Samsung SoC Keypad bindings to DT schema with changes: > 1. Rename "linux,keypad-no-autorepeat" property to > "linux,input-no-autorepeat", because the latter was implemented in > the Linux driver. > 2. Add clocks and clock-names, already used by DTS and the Linux driver. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > .../input/samsung,s3c6410-keypad.yaml | 121 ++++++++++++++++++ > .../bindings/input/samsung-keypad.txt | 77 ----------- > .../bindings/power/wakeup-source.txt | 2 +- > 3 files changed, 122 insertions(+), 78 deletions(-) > create mode 100644 Documentation/devicetree/bindings/input/samsung,s3c6410-keypad.yaml > delete mode 100644 Documentation/devicetree/bindings/input/samsung-keypad.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>