From patchwork Fri Sep 18 02:37:44 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dudley Du X-Patchwork-Id: 7212681 Return-Path: X-Original-To: patchwork-linux-input@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 2B66B9F32B for ; Fri, 18 Sep 2015 02:58:38 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5CD1020766 for ; Fri, 18 Sep 2015 02:58:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8459320763 for ; Fri, 18 Sep 2015 02:58:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752545AbbIRC6W (ORCPT ); Thu, 17 Sep 2015 22:58:22 -0400 Received: from smtp1.cypress.com ([157.95.67.100]:52815 "EHLO smtp1.cypress.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751986AbbIRC6V (ORCPT ); Thu, 17 Sep 2015 22:58:21 -0400 X-Greylist: delayed 1183 seconds by postgrey-1.27 at vger.kernel.org; Thu, 17 Sep 2015 22:58:21 EDT Received: from corpmail1.cypress.com (corpmail1.mis.cypress.com [172.16.5.228]) by smtp1.cypress.com (8.13.8/8.13.8) with ESMTP id t8I2cWHw028204; Thu, 17 Sep 2015 19:38:32 -0700 Received: from mailhost.mis.cypress.com (mailhost [172.16.2.5]) by corpmail1.cypress.com (8.14.4/8.14.4) with ESMTP id t8I2cVg5007929; Thu, 17 Sep 2015 19:38:32 -0700 Received: from localhost ([172.23.6.105]) by mailhost.mis.cypress.com (8.12.11/8.12.11) with ESMTP id t8I2cUCX023546; Thu, 17 Sep 2015 19:38:31 -0700 (PDT) From: Dudley Du To: dmitry.torokhov@gmail.com Cc: Dudley Du , devicetree@vger.kernel.org, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] Documentation: cypress, cyapa.txt: correct the I2C address of Gen3 touchpads to 0x67 Date: Fri, 18 Sep 2015 10:37:44 +0800 Message-Id: <1442543864-9712-1-git-send-email-dudl@cypress.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-Cypress-MailScanner-Information: Please contact the ISP for more information X-Cypress-MailScanner-ID: t8I2cWHw028204 X-Cypress-MailScanner-From: dudl@cypress.com X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 --- Documentation/devicetree/bindings/input/cypress,cyapa.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;