Re: [PATCH v2 1/2] dt-bindings: input: Convert TI Keypad Controller to DT schema
From: Rob Herring (Arm)
Date: Tue Jul 21 2026 - 09:56:26 EST
On Sun, 19 Jul 2026 13:37:29 +0000, Eduard Bostina wrote:
> Convert the Texas Instruments Keypad Controller bindings
> to DT schema.
>
> During the conversion, the following updates were made:
> - Corrected the documented property 'linux,keypad-no-autorepeat'
> to 'linux,input-no-autorepeat'. The old text binding documented
> the property incorrectly. The standard input subsystem property is
> 'linux,input-no-autorepeat', which is actively used in device
> trees and parsed by the kernel.
> - Added the 'reg-names' property ("mpu"), which was omitted from
> the original text binding but is actively used in device trees.
>
> Signed-off-by: Eduard Bostina <egbostina@xxxxxxxxx>
> ---
> .../devicetree/bindings/input/omap-keypad.txt | 28 ---------
> .../bindings/input/ti,omap4-keypad.yaml | 63 +++++++++++++++++++
> 2 files changed, 63 insertions(+), 28 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/input/omap-keypad.txt
> create mode 100644 Documentation/devicetree/bindings/input/ti,omap4-keypad.yaml
>
Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>