From: Dudley Du Date: Sat, 19 Sep 2015 17:39:32 +0000 (-0700) Subject: Input: cyapa - fix address of Gen3 devices in device tree documentation X-Git-Tag: v4.3-rc4~9^2~18 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b0379d7aa415249ce1dab8dd2554f8845d6822ab;p=karo-tx-linux.git 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 Signed-off-by: Dmitry Torokhov --- 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;