diff mbox series

[v2,4/5] Input: goodix: Document suspend-dependencies property

Message ID 20190515131154.18373-5-benjamin.gaignard@st.com (mailing list archive)
State New, archived
Headers show
Series Add of_device_link_add() functions | expand

Commit Message

Benjamin GAIGNARD May 15, 2019, 1:11 p.m. UTC
Explain the purpose of suspend-dependencies property.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
---
 Documentation/devicetree/bindings/input/touchscreen/goodix.txt | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/input/touchscreen/goodix.txt b/Documentation/devicetree/bindings/input/touchscreen/goodix.txt
index 8cf0b4d38a7e..5527952054d2 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/goodix.txt
+++ b/Documentation/devicetree/bindings/input/touchscreen/goodix.txt
@@ -24,6 +24,8 @@  Optional properties:
  - touchscreen-size-x
  - touchscreen-size-y
  - touchscreen-swapped-x-y
+ - suspend-dependencies	: Phandle list of devices which have to be suspended
+			  after goodix device and resumed before it.
 
 The touchscreen-* properties are documented in touchscreen.txt in this
 directory.