From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Gaignard Subject: [PATCH v2 2/5] Input: edt-ft5x06: Document suspend-dependencies property Date: Wed, 15 May 2019 15:11:51 +0200 Message-ID: <20190515131154.18373-3-benjamin.gaignard@st.com> References: <20190515131154.18373-1-benjamin.gaignard@st.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20190515131154.18373-1-benjamin.gaignard@st.com> Sender: linux-kernel-owner@vger.kernel.org To: rafael.j.wysocki@intel.com, dmitry.torokhov@gmail.com, robh+dt@kernel.org, mark.rutland@arm.com, hadess@hadess.net, frowand.list@gmail.com, m.felsch@pengutronix.de, agx@sigxcpu.org, arnd@arndb.de Cc: linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, broonie@kernel.org, Benjamin Gaignard List-Id: linux-input@vger.kernel.org Explain the purpose of suspend-dependencies property. Signed-off-by: Benjamin Gaignard --- Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt index 870b8c5cce9b..81e8eb44d720 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt @@ -60,6 +60,8 @@ Optional properties: - touchscreen-inverted-x : See touchscreen.txt - touchscreen-inverted-y : See touchscreen.txt - touchscreen-swapped-x-y : See touchscreen.txt + - suspend-dependencies : Phandle list of devices which have to be suspended + after touchscreen device and resumed before it. Example: polytouch: edt-ft5x06@38 { -- 2.15.0