[PATCH 2/2] extcon: gpio: add DT binding doc for extcon-gpio

From: Venkat Reddy Talla
Date: Tue May 03 2016 - 01:50:30 EST


Addiing DT binding doc for the extcon gpios properties.

Signed-off-by: Venkat Reddy Talla <vreddytalla@xxxxxxxxxx>
---
.../devicetree/bindings/extcon/extcon-gpio.txt | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 Documentation/devicetree/bindings/extcon/extcon-gpio.txt

diff --git a/Documentation/devicetree/bindings/extcon/extcon-gpio.txt b/Documentation/devicetree/bindings/extcon/extcon-gpio.txt
new file mode 100644
index 0000000..4a49c23
--- /dev/null
+++ b/Documentation/devicetree/bindings/extcon/extcon-gpio.txt
@@ -0,0 +1,19 @@
+EXTCON FOR GPIO
+
+Required Properties:
+ - compatible : Should be "extcon-gpio";
+
+Optional Properties:
+ - extcon-gpio,name: Name of extcon device.
+ - gpio: gpio number.
+ - extcon-gpio,irq-flags: IRQ flags for GPIO.
+ - extcon-gpio,debounce: Debounce time in ms.
+ - extcon-gpio,connection-state-low: boolean, Connection state with
+ gpio state. True if gpio low means connected.
+
+extcon-gpio {
+ compatible = "extcon-gpio";
+ extcon-gpio,name = "VBUS";
+ gpio = <&gpio 20 0>;
+ extcon-gpio,cable-names = <EXTCON_USB EXTCON_NONE>;
+};
--
2.1.4