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@xxxxxxxxxx> --- 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, -- Linus Walleij <linus.walleij@xxxxxxxxxx>