summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDudley Du <dudl@cypress.com>2015-09-19 17:39:32 (GMT)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-09-19 18:39:02 (GMT)
commitb0379d7aa415249ce1dab8dd2554f8845d6822ab (patch)
tree3d8edfc04f83b5f1ddf3fc0147c717c100a8de85 /Documentation
parent53431d0a3534263168c8ee576bad1c2c3a4cd9e0 (diff)
downloadlinux-b0379d7aa415249ce1dab8dd2554f8845d6822ab.tar.xz
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')
-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 635a3b0..8d91ba9 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;