From patchwork Fri Apr 26 23:41:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 2496211 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork2.kernel.org (Postfix) with ESMTP id 188E0DF230 for ; Fri, 26 Apr 2013 23:41:43 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UVsGr-0005Td-QP; Fri, 26 Apr 2013 23:41:41 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UVsGp-0007Kx-9h; Fri, 26 Apr 2013 23:41:39 +0000 Received: from mail-pa0-f50.google.com ([209.85.220.50]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UVsGn-0007Kf-0m for linux-arm-kernel@lists.infradead.org; Fri, 26 Apr 2013 23:41:37 +0000 Received: by mail-pa0-f50.google.com with SMTP id bg2so109182pad.37 for ; Fri, 26 Apr 2013 16:41:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state; bh=DS2VFbflH0rRi/FE882a8y4aEimPR72yKM3HIWnlzC4=; b=pmjr6GsVtcXhpyjYRRu2/Y5axKWAnZIzkwzmuK3pB+8QOcpTCJ+Yva+wBg8tGp8sVT QSux/8tyLdoTlTmfK5clrNx86cUfPiMY8AB03UB/yxtsQJE+af8parU80/4SrHCaj7X2 9GHQWOvsdDdRg/R/r5GVWwJkQGm/XPzbXLsrQfdOa/lvRUUrnQinCeyJeku8TyT3ouCQ YzPYJHpMoVievOLYcKEWe+Hhsw2GTv9TDyZ05GRBCzTW79vdCVSCr9zxJMw2acGyXM00 KcuSGqrMWtKI1PrGr5p7qfCshjl4ODNyBvxL3yxotbF0M0ob5Zz8jq/aRFWy5gZkt/bB dDOA== X-Received: by 10.66.163.198 with SMTP id yk6mr32806034pab.2.1367019695521; Fri, 26 Apr 2013 16:41:35 -0700 (PDT) Received: from quad.lixom.net (173-13-129-225-sfba.hfc.comcastbusiness.net. [173.13.129.225]) by mx.google.com with ESMTPSA id tx9sm13418342pbc.27.2013.04.26.16.41.33 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Apr 2013 16:41:34 -0700 (PDT) From: Olof Johansson To: kgene.kim@samsung.com Subject: [PATCH] ARM: exynos: dts: cros5250: add cyapa trackpad Date: Fri, 26 Apr 2013 16:41:21 -0700 Message-Id: <1367019681-31775-1-git-send-email-olof@lixom.net> X-Mailer: git-send-email 1.8.1.192.gc4361b8 X-Gm-Message-State: ALoCoQnUvicFE1SQEQeXc0vi+WgUkeH6zPyW7Kc3QX4Dxwyapx/lRo5EyOOclzNxjsrvL4ZY8I2B X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130426_194137_169514_379074AF X-CRM114-Status: UNSURE ( 8.84 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.50 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Olof Johansson , dianders@chromium.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Trivial patch, adding the i2c Cypress trackpad used on Snow. Signed-off-by: Olof Johansson Reviewed-by: Doug Anderson Acked-by: Kukjin Kim --- Kukjin, if you don't mind I'll just add this to arm-soc? -Olof arch/arm/boot/dts/cros5250-common.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/cros5250-common.dtsi b/arch/arm/boot/dts/cros5250-common.dtsi index ebfa805..a3330a9 100644 --- a/arch/arm/boot/dts/cros5250-common.dtsi +++ b/arch/arm/boot/dts/cros5250-common.dtsi @@ -175,6 +175,14 @@ i2c@12C70000 { samsung,i2c-sda-delay = <100>; samsung,i2c-max-bus-freq = <378000>; + + trackpad { + reg = <0x67>; + compatible = "cypress,cyapa"; + interrupts = <2 0>; + interrupt-parent = <&gpx1>; + wakeup-source; + }; }; i2c@12C80000 {