On Wed, 20 Aug 2025 00:28:23 +0200, Jihed Chaibi wrote:
Convert the legacy TXT binding for the TWL4030 keypad module
to the modern YAML DT schema format. This adds formal validation
and improves documentation by inheriting from the matrix-keymap schema.
Signed-off-by: Jihed Chaibi <redacted>
---
Changes in v4:
- No changes.
- This patch is split from larger series per maintainer feedback.
- v3 link:
https://lore.kernel.org/all/20250816021523.167049-1-jihed.chaibi.dev@gmail.com/ (local)
Changes in v3:
- Made 'linux,keymap' a required property as suggested by the reviewer.
Changes in v2:
- Simplified the description field by removing redundant '|'
as it does not affect formatting in this context.
---
.../bindings/input/ti,twl4030-keypad.yaml | 59 +++++++++++++++++++
.../bindings/input/twl4030-keypad.txt | 27 ---------
2 files changed, 59 insertions(+), 27 deletions(-)
create mode 100644 Documentation/devicetree/bindings/input/ti,twl4030-keypad.yaml
delete mode 100644 Documentation/devicetree/bindings/input/twl4030-keypad.txt
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>