Skip to content

Commit 359ed24

Browse files
Fei ShaoJiri Kosina
authored andcommitted
dt-bindings: input: goodix: Add "goodix,no-reset-during-suspend" property
We observed that on Chromebook device Steelix, if Goodix GT7375P touchscreen is powered in suspend (because, for example, it connects to an always-on regulator) and with the reset GPIO asserted, it will introduce about 14mW power leakage. To address that, we add this property to skip reset during suspend. If it's set, the driver will stop asserting the reset GPIO during power-down. Refer to the comments in the driver for details. Signed-off-by: Fei Shao <[email protected]> Suggested-by: Jeff LaBundy <[email protected]> Reviewed-by: Douglas Anderson <[email protected]> Reviewed-by: Matthias Brugger <[email protected]> Reviewed-by: Jeff LaBundy <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent fa56e0e commit 359ed24

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/devicetree/bindings/input/goodix,gt7375p.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ properties:
4343
itself as long as it allows the main board to make signals compatible
4444
with what the touchscreen is expecting for its IO rails.
4545

46+
goodix,no-reset-during-suspend:
47+
description:
48+
Set this to true to enforce the driver to not assert the reset GPIO
49+
during suspend.
50+
Due to potential touchscreen hardware flaw, back-powering could happen in
51+
suspend if the power supply is on and with active-low reset GPIO asserted.
52+
This property is used to avoid the back-powering issue.
53+
type: boolean
54+
4655
required:
4756
- compatible
4857
- reg

0 commit comments

Comments
 (0)