[PATCH v2 0/2] input: touch: goodix: Extend reset pull-up fix to DT platforms

Esben Haabendal posted 2 patches 7 months, 3 weeks ago
.../devicetree/bindings/input/touchscreen/goodix.yaml     |  4 ++++
drivers/input/touchscreen/goodix.c                        | 15 ++++++++++++---
2 files changed, 16 insertions(+), 3 deletions(-)
[PATCH v2 0/2] input: touch: goodix: Extend reset pull-up fix to DT platforms
Posted by Esben Haabendal 7 months, 3 weeks ago
This extends the fix for platforms without external pull-up on reset pin
to device-tree platforms.

Signed-off-by: Esben Haabendal <esben@geanix.com>
---
Changes in v2:
- Added vendor prefix to property (goodix,no-reset-pull-up)
- Simplified check to only look at gpiod_rst_flags.
- Link to v1: https://lore.kernel.org/r/20250422-goodix-no-reset-pull-up-v1-0-3983bb65a1bf@geanix.com

---
Esben Haabendal (2):
      dt-bindings: input: touchscreen: goodix: Add no-reset-pull-up property
      Input: goodix - Allow DT specification of missing reset pull-up

 .../devicetree/bindings/input/touchscreen/goodix.yaml     |  4 ++++
 drivers/input/touchscreen/goodix.c                        | 15 ++++++++++++---
 2 files changed, 16 insertions(+), 3 deletions(-)
---
base-commit: 9c32cda43eb78f78c73aee4aa344b777714e259b
change-id: 20250422-goodix-no-reset-pull-up-d2e4a9a3e07a

Best regards,
-- 
Esben Haabendal <esben@geanix.com>