From patchwork Tue Jul 16 12:56:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2828137 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 3B61BC0AB2 for ; Tue, 16 Jul 2013 13:42:52 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2219020204 for ; Tue, 16 Jul 2013 13:42:51 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DB4FD201FF for ; Tue, 16 Jul 2013 13:42:49 +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 1Uz4q2-0007bl-LC; Tue, 16 Jul 2013 12:58:45 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uz4oY-0003mj-FY; Tue, 16 Jul 2013 12:57:10 +0000 Received: from mail-ye0-x22f.google.com ([2607:f8b0:4002:c04::22f]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uz4oN-0003jd-EW for linux-arm-kernel@lists.infradead.org; Tue, 16 Jul 2013 12:57:00 +0000 Received: by mail-ye0-f175.google.com with SMTP id q8so166099yen.34 for ; Tue, 16 Jul 2013 05:56:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=3334SWeAFBM+e6hXyGPE38zJTkqPoVSfCSMzwVY1Zyw=; b=SAz599yVSlt15JDA79iPOnkiYTXH5F2oKxxVT+sfk+Ty4fbnnjEDVdOYvln033GbPX XmHmYYHsoAXVWYiuEM+D1FyGTyoSmTb/oG/JasUmUgmblkBnhNPRxCflSk603Ra7CpI4 Wp6dE+CoVIHLrVTgl4CtWFGCqDQUtjNXq7sy/q2vELNy8tkJy49aY3pyoJJTg9XnF8bx HKK2txI5DNto7ksyskFHiCJGL3rA3PZzRGEhCwzOO2zCRnh1fCx2zUK44JcPqOZSDjHI 74ZXpXmMnn/e0qOpK0eh2Ho6CG0cgeFGiqgEvF/hZ3tH01eXAnqF6fh8Rg1JwNDiRjLp B+bw== X-Received: by 10.236.130.45 with SMTP id j33mr372513yhi.22.1373979398441; Tue, 16 Jul 2013 05:56:38 -0700 (PDT) Received: from nano.lab.ossystems.com.br ([177.194.194.146]) by mx.google.com with ESMTPSA id o1sm1104877yho.2.2013.07.16.05.56.35 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 16 Jul 2013 05:56:37 -0700 (PDT) From: Otavio Salvador To: Jonathan Cameron , linux-kernel@vger.kernel.org Subject: [PATCH v2 2/4] ARM: dts: imx23-evk: enable Low Resolution ADC Date: Tue, 16 Jul 2013 09:56:13 -0300 Message-Id: <1373979376-31583-2-git-send-email-otavio@ossystems.com.br> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1373979376-31583-1-git-send-email-otavio@ossystems.com.br> References: <1373979376-31583-1-git-send-email-otavio@ossystems.com.br> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130716_085659_551505_478299B7 X-CRM114-Status: UNSURE ( 8.72 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) Cc: Fabio Estevam , Shawn Guo , Russell King , linux-arm-kernel@lists.infradead.org, Otavio Salvador 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 X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable 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 i.XM23 has a internal Low Resolution ADC; this enables the support for this device. Signed-off-by: Otavio Salvador --- Changes in v2: None arch/arm/boot/dts/imx23-evk.dts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/imx23-evk.dts b/arch/arm/boot/dts/imx23-evk.dts index dc3ab45..185c7c0 100644 --- a/arch/arm/boot/dts/imx23-evk.dts +++ b/arch/arm/boot/dts/imx23-evk.dts @@ -90,6 +90,11 @@ }; apbx@80040000 { + lradc@80050000 { + status = "okay"; + fsl,lradc-touchscreen-wires = <4>; + }; + pwm: pwm@80064000 { pinctrl-names = "default"; pinctrl-0 = <&pwm2_pins_a>;