From: Chris Morgan <[email protected]> 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 <[email protected]> --- 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 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 -- 2.43.0
