Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1468509 > unrolled thread
| Started by | Roger Quadros <rogerq@ti.com> |
|---|---|
| First post | 2016-08-23 13:50 +0200 |
| Last post | 2016-08-24 14:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] dt-bindings: GPIO: Add TPIC2810 binding Roger Quadros <rogerq@ti.com> - 2016-08-23 13:50 +0200
Re: [PATCH] dt-bindings: GPIO: Add TPIC2810 binding Linus Walleij <linus.walleij@linaro.org> - 2016-08-24 14:30 +0200
| From | Roger Quadros <rogerq@ti.com> |
|---|---|
| Date | 2016-08-23 13:50 +0200 |
| Subject | [PATCH] dt-bindings: GPIO: Add TPIC2810 binding |
| Message-ID | <s9inn-3ui-27@gated-at.bofh.it> |
From: "Andrew F. Davis" <afd@ti.com>
Add binding for TPIC2810 GPO device.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
---
Documentation/devicetree/bindings/gpio/gpio-tpic2810.txt | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 Documentation/devicetree/bindings/gpio/gpio-tpic2810.txt
diff --git a/Documentation/devicetree/bindings/gpio/gpio-tpic2810.txt b/Documentation/devicetree/bindings/gpio/gpio-tpic2810.txt
new file mode 100644
index 0000000..1afc2de
--- /dev/null
+++ b/Documentation/devicetree/bindings/gpio/gpio-tpic2810.txt
@@ -0,0 +1,16 @@
+TPIC2810 GPIO controller bindings
+
+Required properties:
+ - compatible : Should be "ti,tpic2810".
+ - reg : The I2C address of the device
+ - gpio-controller : Marks the device node as a GPIO controller.
+ - #gpio-cells : Should be two. For consumer use see gpio.txt.
+
+Example:
+
+ gpio@60 {
+ compatible = "ti,tpic2810";
+ reg = <0x60>;
+ gpio-controller;
+ #gpio-cells = <2>;
+ };
--
2.7.4
[toc] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2016-08-24 14:30 +0200 |
| Message-ID | <s9FtE-2aP-39@gated-at.bofh.it> |
| In reply to | #1468509 |
On Tue, Aug 23, 2016 at 1:45 PM, Roger Quadros <rogerq@ti.com> wrote: > From: "Andrew F. Davis" <afd@ti.com> > > Add binding for TPIC2810 GPO device. > > Signed-off-by: Andrew F. Davis <afd@ti.com> > Signed-off-by: Roger Quadros <rogerq@ti.com> Patch applied. Yours, Linus Walleij
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web