Re: [PATCH v2 1/2] dt-bindings: input: Convert TI Keypad Controller to DT schema

"Rob Herring (Arm)" <[email protected]> Tue, 21 Jul 2026 08:48:49 -0500
Newsgroups org.kernel.vger.linux-omap,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-input,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
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 <[email protected]>
> ---
>  .../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) <[email protected]>