summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/gpio
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2015-11-04 17:12:12 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2015-11-19 08:24:36 (GMT)
commit615b8a969d0fb623a4067ad6afa9590ca5dcaf63 (patch)
treeb5516e4780b7d2dae86462b4048bc0aad880ced7 /Documentation/devicetree/bindings/gpio
parenta11841477af65f07eccd726c1421d16d3f276088 (diff)
downloadlinux-615b8a969d0fb623a4067ad6afa9590ca5dcaf63.tar.xz
gpio: tps65086: Add DT bindings for the TPS65086 GPO controller
The TPS65086 PMIC contains several regulators and a GPO controller. Add bindings for the TPS65086 GPO controller. Signed-off-by: Andrew F. Davis <afd@ti.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/gpio')
-rw-r--r--Documentation/devicetree/bindings/gpio/gpio-tps65086.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpio/gpio-tps65086.txt b/Documentation/devicetree/bindings/gpio/gpio-tps65086.txt
new file mode 100644
index 0000000..ba05107
--- /dev/null
+++ b/Documentation/devicetree/bindings/gpio/gpio-tps65086.txt
@@ -0,0 +1,16 @@
+* TPS65086 GPO Controller bindings
+
+Required properties:
+ - compatible : Should be "ti,tps65086-gpio".
+ - gpio-controller : Marks the device node as a GPIO Controller.
+ - #gpio-cells : Should be two. The first cell is the pin number
+ and the second cell is used to specify flags.
+ See ../gpio/gpio.txt for possible values.
+
+Example:
+
+ gpio4: gpio {
+ compatible = "ti,tps65086-gpio";
+ gpio-controller;
+ #gpio-cells = <2>;
+ };