Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344956
b: refs/heads/master
c: 84e6de8
h: refs/heads/master
v: v3
  • Loading branch information
Lee Jones authored and Samuel Ortiz committed Nov 11, 2012
1 parent d6211c1 commit 16f2c71
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 909582caae384418723ccdb00e848f4140257195
refs/heads/master: 84e6de813b2d1bdb127943d3c8edf1c1afaa90da
25 changes: 25 additions & 0 deletions trunk/Documentation/devicetree/bindings/mfd/stmpe.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
* STMPE Multi-Functional Device

Required properties:
- compatible : "st,stmpe[811|1601|2401|2403]"
- reg : I2C address of the device

Optional properties:
- interrupts : The interrupt outputs from the controller
- interrupt-controller : Marks the device node as an interrupt controller
- interrupt-parent : Specifies which IRQ controller we're connected to
- i2c-client-wake : Marks the input device as wakable
- st,autosleep-timeout : Valid entries (ms); 4, 16, 32, 64, 128, 256, 512 and 1024

Example:

stmpe1601: stmpe1601@40 {
compatible = "st,stmpe1601";
reg = <0x40>;
interrupts = <26 0x4>;
interrupt-parent = <&gpio6>;
interrupt-controller;

i2c-client-wake;
st,autosleep-timeout = <1024>;
};

0 comments on commit 16f2c71

Please sign in to comment.