diff options
| author | David Heidelberg <david@ixit.cz> | 2026-04-26 13:57:18 -0700 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2026-04-26 14:32:56 -0700 |
| commit | dd78ec391fbd56fad39e3c6d9a37e82df0439289 (patch) | |
| tree | c3b50003bfdff3f48083dbd589ad830f7a0b3e2e /Documentation/devicetree | |
| parent | 9ecb0c045bebd832f75505fc86b590cfda0cd947 (diff) | |
| download | linux-next-dd78ec391fbd56fad39e3c6d9a37e82df0439289.tar.gz linux-next-dd78ec391fbd56fad39e3c6d9a37e82df0439289.zip | |
dt-bindings: input: touchscreen: st,stmfts: Introduce reset GPIO
FTS has associated reset GPIO, document it.
Signed-off-by: David Heidelberg <david@ixit.cz>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260409-stmfts5-v4-7-64fe62027db5@ixit.cz
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation/devicetree')
| -rw-r--r-- | Documentation/devicetree/bindings/input/touchscreen/st,stmfts.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/touchscreen/st,stmfts.yaml b/Documentation/devicetree/bindings/input/touchscreen/st,stmfts.yaml index 12256ae7df90..64c4f24ea3dd 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/st,stmfts.yaml +++ b/Documentation/devicetree/bindings/input/touchscreen/st,stmfts.yaml @@ -40,6 +40,10 @@ properties: vdd-supply: description: Power supply + reset-gpios: + description: Reset GPIO (active-low) + maxItems: 1 + required: - compatible - reg |
