Skip to content
Snippets Groups Projects
Commit b0379d7a authored by Dudley Du's avatar Dudley Du Committed by Dmitry Torokhov
Browse files

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: default avatarDudley Du <dudl@cypress.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 53431d0a
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ Example: ...@@ -25,7 +25,7 @@ Example:
/* Cypress Gen3 touchpad */ /* Cypress Gen3 touchpad */
touchpad@67 { touchpad@67 {
compatible = "cypress,cyapa"; compatible = "cypress,cyapa";
reg = <0x24>; reg = <0x67>;
interrupt-parent = <&gpio>; interrupt-parent = <&gpio>;
interrupts = <2 IRQ_TYPE_EDGE_FALLING>; /* GPIO 2 */ interrupts = <2 IRQ_TYPE_EDGE_FALLING>; /* GPIO 2 */
wakeup-source; wakeup-source;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment