All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 1/2] Documentation: dt: extcon: add optional input-debounce attribute
@ 2017-10-19  9:52 Raveendra Padasalagi
  2017-10-19  9:52   ` Raveendra Padasalagi
  2022-02-18 11:32 ` [PATCH v3 1/2] Documentation: dt: " Krzysztof Kozlowski
  0 siblings, 2 replies; 9+ messages in thread
From: Raveendra Padasalagi @ 2017-10-19  9:52 UTC (permalink / raw)
  To: MyungJoo Ham, Chanwoo Choi, Rob Herring, Mark Rutland,
	linux-kernel, devicetree
  Cc: bcm-kernel-feedback-list, Raveendra Padasalagi

Add documentation on optional dt attribute "input-debounce"
in extcon node to capture user specified timeout value for id
and vbus gpio detection.

Signed-off-by: Raveendra Padasalagi <raveendra.padasalagi@broadcom.com>
Reviewed-by: Ray Jui <ray.jui@broadcom.com>
Reviewed-by: Srinath Mannam <srinath.mannam@broadcom.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
---

Changes in v3:
 - Modified commit log to name debounce-timeout-ms to input-debounce
 - Added Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>

Changes in v2:
 Rename debounce-timeout-ms to input-debounce

 Documentation/devicetree/bindings/extcon/extcon-usb-gpio.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/extcon/extcon-usb-gpio.txt b/Documentation/devicetree/bindings/extcon/extcon-usb-gpio.txt
index dfc14f7..d115900 100644
--- a/Documentation/devicetree/bindings/extcon/extcon-usb-gpio.txt
+++ b/Documentation/devicetree/bindings/extcon/extcon-usb-gpio.txt
@@ -10,6 +10,9 @@ Either one of id-gpio or vbus-gpio must be present. Both can be present as well.
 - id-gpio: gpio for USB ID pin. See gpio binding.
 - vbus-gpio: gpio for USB VBUS pin.
 
+Optional properties:
+- input-debounce: debounce timeout value for id and vbus gpio in microseconds.
+
 Example: Examples of extcon-usb-gpio node in dra7-evm.dts as listed below:
 	extcon_usb1 {
 		compatible = "linux,extcon-usb-gpio";
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-02-18 11:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-19  9:52 [PATCH v3 1/2] Documentation: dt: extcon: add optional input-debounce attribute Raveendra Padasalagi
2017-10-19  9:52 ` [PATCH v3 2/2] " Raveendra Padasalagi
2017-10-19  9:52   ` Raveendra Padasalagi
2017-10-19 10:18   ` Chanwoo Choi
2017-10-19 10:18     ` Chanwoo Choi
2022-02-04 13:59     ` Francesco Dolcini
2022-02-18  9:56       ` Chanwoo Choi
2022-02-18 11:32 ` [PATCH v3 1/2] Documentation: dt: " Krzysztof Kozlowski
2022-02-18 11:36   ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.