diff options
author | Dudley Du <[email protected]> | 2015-09-19 10:39:32 -0700 |
---|---|---|
committer | Dmitry Torokhov <[email protected]> | 2015-09-19 11:39:02 -0700 |
commit | b0379d7aa415249ce1dab8dd2554f8845d6822ab (patch) | |
tree | 3d8edfc04f83b5f1ddf3fc0147c717c100a8de85 | |
parent | 53431d0a3534263168c8ee576bad1c2c3a4cd9e0 (diff) |
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 <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/input/cypress,cyapa.txt | 2 |
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; |