mbox series

[v2,0/2] STMPE device tree bindings

Message ID 20230426-stmpe-dt-bindings-v2-0-2f85a1fffcda@linaro.org (mailing list archive)
Headers show
Series STMPE device tree bindings | expand

Message

Linus Walleij April 26, 2023, 11:21 a.m. UTC
This adds the missing GPIO bindings for the STMPE port expander
and converts the existing MFD binding to YAML.

ChangeLog v1->v2:
- Split off a separate GPIO binding
- Updated the MFD binding according to feedback

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Linus Walleij (2):
      dt-bindings: gpio: Add STMPE YAML DT schema
      dt-bindings: MFD: Convert STMPE to YAML schema

 .../devicetree/bindings/gpio/st,stmpe-gpio.yaml    |  60 +++++
 .../devicetree/bindings/input/stmpe-keypad.txt     |  41 ---
 .../bindings/input/touchscreen/stmpe.txt           | 108 --------
 .../devicetree/bindings/mfd/st,stmpe.yaml          | 298 +++++++++++++++++++++
 Documentation/devicetree/bindings/mfd/stmpe.txt    |  42 ---
 5 files changed, 358 insertions(+), 191 deletions(-)
---
base-commit: 457391b0380335d5e9a5babdec90ac53928b23b4
change-id: 20230426-stmpe-dt-bindings-c3479dd71a28

Best regards,