Skip to content

Commit

Permalink
Documentation: Fix historical inconsistency in STMPE DT doc
Browse files Browse the repository at this point in the history
Previously a generic binding 'i2c-client-wake' was created which
enabled I2C devices to register themselves as wake-up devices.
This binding was later over-thrown by 'wakeup-source'. The STMPE
driver was fixed-up, but the document was neglected. This patch
aims to rectify that.

Cc: Samuel Ortiz <sameo@linux.intel.com>
Cc: devicetree-discuss@lists.ozlabs.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Lee Jones authored and Samuel Ortiz committed Nov 23, 2012
1 parent 916a871 commit cc899bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/devicetree/bindings/mfd/stmpe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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
- wakeup-source : Marks the input device as wakable
- st,autosleep-timeout : Valid entries (ms); 4, 16, 32, 64, 128, 256, 512 and 1024

Example:
Expand All @@ -20,6 +20,6 @@ Example:
interrupt-parent = <&gpio6>;
interrupt-controller;

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

0 comments on commit cc899bc

Please sign in to comment.