summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/gpio/gpio-twl4030.txt
diff options
context:
space:
mode:
authorSebastian Reichel <sre@debian.org>2013-11-08 18:44:53 +0100
committerSebastian Reichel <sre@kernel.org>2014-04-23 17:44:55 +0200
commita555dfa40b9f46b0b32d4903e01989b964bfefb6 (patch)
tree165b24611f6d4c078479e1c27981964713a4120f /Documentation/devicetree/bindings/gpio/gpio-twl4030.txt
parent5555389b8e2c6cf8267b1708a6d56925ef5a50d8 (diff)
downloadlinux-a555dfa40b9f46b0b32d4903e01989b964bfefb6.tar.bz2
Documentation: dt: Merge TWL family documentation
Merge all TWL family subnode documentation into the TWL family documentation file and fix typo in its filename. Signed-off-by: Sebastian Reichel <sre@debian.org>
Diffstat (limited to 'Documentation/devicetree/bindings/gpio/gpio-twl4030.txt')
-rw-r--r--Documentation/devicetree/bindings/gpio/gpio-twl4030.txt29
1 files changed, 0 insertions, 29 deletions
diff --git a/Documentation/devicetree/bindings/gpio/gpio-twl4030.txt b/Documentation/devicetree/bindings/gpio/gpio-twl4030.txt
deleted file mode 100644
index 66788fda1db3..000000000000
--- a/Documentation/devicetree/bindings/gpio/gpio-twl4030.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-twl4030 GPIO controller bindings
-
-Required properties:
-- compatible:
- - "ti,twl4030-gpio" for twl4030 GPIO controller
-- #gpio-cells : Should be two.
- - first cell is the pin number
- - second cell is used to specify optional parameters (unused)
-- gpio-controller : Marks the device node as a GPIO controller.
-- #interrupt-cells : Should be 2.
-- interrupt-controller: Mark the device node as an interrupt controller
- The first cell is the GPIO number.
- The second cell is not used.
-- ti,use-leds : Enables LEDA and LEDB outputs if set
-- ti,debounce : if n-th bit is set, debounces GPIO-n
-- ti,mmc-cd : if n-th bit is set, GPIO-n controls VMMC(n+1)
-- ti,pullups : if n-th bit is set, set a pullup on GPIO-n
-- ti,pulldowns : if n-th bit is set, set a pulldown on GPIO-n
-
-Example:
-
-twl_gpio: gpio {
- compatible = "ti,twl4030-gpio";
- #gpio-cells = <2>;
- gpio-controller;
- #interrupt-cells = <2>;
- interrupt-controller;
- ti,use-leds;
-};