[PATCH v2 1/2] dt-bindings: input: hid-over-i2c: Add reset-gpios property

From: Pradyot Kumar Nayak

Date: Fri May 22 2026 - 16:01:03 EST


Document reset-gpios property for devices that explicitly require
the reset line to be de-asserted during power up.

Signed-off-by: Pradyot Kumar Nayak <pradyot.nayak@xxxxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/input/hid-over-i2c.yaml | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/input/hid-over-i2c.yaml b/Documentation/devicetree/bindings/input/hid-over-i2c.yaml
index 138caad96a29..fe0ec4fce673 100644
--- a/Documentation/devicetree/bindings/input/hid-over-i2c.yaml
+++ b/Documentation/devicetree/bindings/input/hid-over-i2c.yaml
@@ -50,6 +50,10 @@ properties:
description: Time required by the device after enabling its regulators
or powering it on, before it is ready for communication.

+ reset-gpios:
+ maxItems: 1
+ description: GPIO line used to reset the device.
+
touchscreen-inverted-x: true

touchscreen-inverted-y: true

--
2.43.0