From patchwork Thu Jan 15 16:12:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomeu Vizoso X-Patchwork-Id: 5641461 Return-Path: X-Original-To: patchwork-linux-arm@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 D33509F3A0 for ; Thu, 15 Jan 2015 16:17:02 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id EDF02201C0 for ; Thu, 15 Jan 2015 16:17:01 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2ACBA20172 for ; Thu, 15 Jan 2015 16:17:01 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YBn4K-0006Lo-Uk; Thu, 15 Jan 2015 16:14:48 +0000 Received: from mail-we0-x22a.google.com ([2a00:1450:400c:c03::22a]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YBn4G-0006G7-8W for linux-arm-kernel@lists.infradead.org; Thu, 15 Jan 2015 16:14:45 +0000 Received: by mail-we0-f170.google.com with SMTP id w61so15640991wes.1 for ; Thu, 15 Jan 2015 08:14:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=+h7rfYss1UPvKcHgozhDlb7DePUIz2dRGGwoYhfWdvQ=; b=BBk4do87G7AGVs5VHbanR7PXuPvBTZjG7xlF7vIj7iilC2n5K3mzxeWavxBPWfzt+k fHEchA8l7ZoV27EdUS1nEreh/ENxM/YpY+2+HVOovlb6KSpdJLm+92obCr56CKtZ0H5O Zkw06XgFrcr/u+aoS8juN4W54cqD9MuOvyQeTsbWXzTfzmuQceHkBVXZ2gy+SrqBqcve BlcZmhcvU+fR2aBea7RKvoeizR/juDCHTe27U7p5cOSx9aCmltrabmjFJtBVkyXQBkN5 dAAEtODxO/YWYCbJ1+gqDUaXJbA7Ewp/SVariBsbngpiMeZ2qn18/MxPzS6oMm6laLDs OfEg== X-Received: by 10.180.78.233 with SMTP id e9mr27884091wix.25.1421338462208; Thu, 15 Jan 2015 08:14:22 -0800 (PST) Received: from cizrna.lan (37-48-32-126.tmcz.cz. [37.48.32.126]) by mx.google.com with ESMTPSA id ej10sm8065695wib.2.2015.01.15.08.14.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Jan 2015 08:14:21 -0800 (PST) From: Tomeu Vizoso To: linux-tegra@vger.kernel.org Subject: [PATCH v2 01/11] ARM: tegra: Add node for trackpad in Nyan boards Date: Thu, 15 Jan 2015 17:12:13 +0100 Message-Id: <1421338359-27467-2-git-send-email-tomeu.vizoso@collabora.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1421338359-27467-1-git-send-email-tomeu.vizoso@collabora.com> References: <1421338359-27467-1-git-send-email-tomeu.vizoso@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150115_081444_466729_817D3863 X-CRM114-Status: UNSURE ( 9.21 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.6 (/) Cc: Mark Rutland , Alexandre Courbot , Ulf Hansson , Russell King , Pawel Moll , Tomeu Vizoso , Ian Campbell , Simon Glass , Stephen Warren , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , Thierry Reding , Kumar Gala , Dylan Reid , Javier Martinez Canillas , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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 X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The Nyan boards have a eKTH3000 from Elan as their trackpad, connected through I2C. Signed-off-by: Tomeu Vizoso --- arch/arm/boot/dts/tegra124-nyan-big.dts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/tegra124-nyan-big.dts b/arch/arm/boot/dts/tegra124-nyan-big.dts index 004e8e4..e953fe2 100644 --- a/arch/arm/boot/dts/tegra124-nyan-big.dts +++ b/arch/arm/boot/dts/tegra124-nyan-big.dts @@ -526,6 +526,14 @@ i2c@0,7000c400 { status = "okay"; clock-frequency = <100000>; + + trackpad@15 { + compatible = "elan,ekth3000"; + reg = <0x15>; + interrupt-parent = <&gpio>; + interrupts = ; + wakeup-source; + }; }; i2c@0,7000c500 {