From c65d6881caf17c20c2aaac737d0d9915743bf8bf Mon Sep 17 00:00:00 2001 From: Frank Li Date: Tue, 21 Oct 2025 16:19:17 -0400 Subject: [PATCH] dt-bindings: touchscreen: trivial-touch: add reset-gpios and wakeup-source Add optional reset-gpios and wakeup-source properties. Reviewed-by: Rob Herring (Arm) Signed-off-by: Frank Li Link: https://patch.msgid.link/20251021201924.2881098-1-Frank.Li@nxp.com Signed-off-by: Dmitry Torokhov --- .../devicetree/bindings/input/touchscreen/trivial-touch.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/input/touchscreen/trivial-touch.yaml b/Documentation/devicetree/bindings/input/touchscreen/trivial-touch.yaml index d6aed3afd4acb..46cf833344b11 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/trivial-touch.yaml +++ b/Documentation/devicetree/bindings/input/touchscreen/trivial-touch.yaml @@ -23,6 +23,11 @@ properties: interrupts: maxItems: 1 + reset-gpios: + maxItems: 1 + + wakeup-source: true + allOf: - $ref: touchscreen.yaml -- 2.47.3