From 3c8399d31c8eb10aa34bccec1f49b51694e67b00 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Tue, 13 Jan 2026 13:57:20 -0600 Subject: [PATCH] dt-bindings: input: touchscreen: goodix: Add "panel" property Add a "panel" property to define a relationship between a touchscreen and an associated panel when more than one of each exist in a device. Signed-off-by: Chris Morgan Acked-by: Dmitry Torokhov Acked-by: Rob Herring (Arm) [picked with the rest with Dmitry's Ack] Link: https://patch.msgid.link/20260113195721.151205-6-macroalpha82@gmail.com Signed-off-by: Heiko Stuebner --- Documentation/devicetree/bindings/input/touchscreen/goodix.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml b/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml index a96137c6f0635..a26a54d63a1c0 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml +++ b/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml @@ -42,6 +42,8 @@ properties: address, thus it can be driven by the host during the reset sequence. maxItems: 1 + panel: true + reset-gpios: maxItems: 1 -- 2.47.3