[PATCH 1/2] dt-bindings: input: hid-over-i2c: allow reset GPIO

From: fQwQf

Date: Mon Sep 07 2026 - 01:45:17 EST


The OF implementation of the HID-over-I2C driver already obtains an
optional reset GPIO and asserts it around power sequencing. Document the
property so device trees can describe that existing capability.

Signed-off-by: fQwQf <fqwqf@xxxxxxxxx>
---
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 138caad96..bff43f6b7 100644
--- a/Documentation/devicetree/bindings/input/hid-over-i2c.yaml
+++ b/Documentation/devicetree/bindings/input/hid-over-i2c.yaml
@@ -44,6 +44,10 @@ properties:
description: HID descriptor address
$ref: /schemas/types.yaml#/definitions/uint32

+ reset-gpios:
+ description: GPIO used to reset the HID device
+ maxItems: 1
+
panel: true

post-power-on-delay-ms:
--
2.53.0