summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/input/cypress,cyapa.txt
diff options
context:
space:
mode:
authorDudley Du2015-09-19 19:39:32 +0200
committerDmitry Torokhov2015-09-19 20:39:02 +0200
commitb0379d7aa415249ce1dab8dd2554f8845d6822ab (patch)
tree3d8edfc04f83b5f1ddf3fc0147c717c100a8de85 /Documentation/devicetree/bindings/input/cypress,cyapa.txt
parentMerge branch 'next' into for-linus (diff)
downloadkernel-qcow2-linux-b0379d7aa415249ce1dab8dd2554f8845d6822ab.tar.gz
kernel-qcow2-linux-b0379d7aa415249ce1dab8dd2554f8845d6822ab.tar.xz
kernel-qcow2-linux-b0379d7aa415249ce1dab8dd2554f8845d6822ab.zip
Input: cyapa - fix address of Gen3 devices in device tree documentation
All of the Gen3 touchpads are fixed with I2C address 0x67, so correct the reg value description from 0x24 to 0x67. Signed-off-by: Dudley Du <dudl@cypress.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/input/cypress,cyapa.txt')
-rw-r--r--Documentation/devicetree/bindings/input/cypress,cyapa.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/input/cypress,cyapa.txt b/Documentation/devicetree/bindings/input/cypress,cyapa.txt
index 635a3b036630..8d91ba9ff2fd 100644
--- a/Documentation/devicetree/bindings/input/cypress,cyapa.txt
+++ b/Documentation/devicetree/bindings/input/cypress,cyapa.txt
@@ -25,7 +25,7 @@ Example:
/* Cypress Gen3 touchpad */
touchpad@67 {
compatible = "cypress,cyapa";
- reg = <0x24>;
+ reg = <0x67>;
interrupt-parent = <&gpio>;
interrupts = <2 IRQ_TYPE_EDGE_FALLING>; /* GPIO 2 */
wakeup-source;