]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: touchscreen: trivial-touch: add reset-gpios and wakeup-source
authorFrank Li <Frank.Li@nxp.com>
Tue, 21 Oct 2025 20:19:17 +0000 (16:19 -0400)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 22 Oct 2025 20:25:57 +0000 (13:25 -0700)
Add optional reset-gpios and wakeup-source properties.

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/20251021201924.2881098-1-Frank.Li@nxp.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/touchscreen/trivial-touch.yaml

index d6aed3afd4acb6a90b0a53f0d721a8a8f0d6c14f..46cf833344b114eb103c0237d9cb8f10f1e416aa 100644 (file)
@@ -23,6 +23,11 @@ properties:
   interrupts:
     maxItems: 1
 
+  reset-gpios:
+    maxItems: 1
+
+  wakeup-source: true
+
 allOf:
   - $ref: touchscreen.yaml