diff options
| author | Chris Morgan <macromorgan@hotmail.com> | 2026-01-13 22:57:20 +0300 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2026-01-22 21:26:42 +0300 |
| commit | 3c8399d31c8eb10aa34bccec1f49b51694e67b00 (patch) | |
| tree | 9a5b227acdecca0ed4d4ea9100886ae68886803b | |
| parent | 84f42966b80eaec59349c7b474ebd6b0943731e4 (diff) | |
| download | linux-3c8399d31c8eb10aa34bccec1f49b51694e67b00.tar.xz | |
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 <macromorgan@hotmail.com>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
[picked with the rest with Dmitry's Ack]
Link: https://patch.msgid.link/20260113195721.151205-6-macroalpha82@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
| -rw-r--r-- | Documentation/devicetree/bindings/input/touchscreen/goodix.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml b/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml index a96137c6f063..a26a54d63a1c 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 |
