From patchwork Wed Sep 17 08:23:16 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sanchayan X-Patchwork-Id: 4923081 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 D5B3DBEEA5 for ; Wed, 17 Sep 2014 08:26:38 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9CCE9201BB for ; Wed, 17 Sep 2014 08:26:37 +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 65E5F20142 for ; Wed, 17 Sep 2014 08:26:36 +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 1XUAXc-0001zM-Fu; Wed, 17 Sep 2014 08:24:44 +0000 Received: from mail-pd0-x22e.google.com ([2607:f8b0:400e:c02::22e]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XUAXW-0001sK-PJ for linux-arm-kernel@lists.infradead.org; Wed, 17 Sep 2014 08:24:39 +0000 Received: by mail-pd0-f174.google.com with SMTP id v10so1636898pde.19 for ; Wed, 17 Sep 2014 01:24:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=dfxTpifMelGXyWh3GvovfT4H5mwnHKB+jl3UVwJE5Z0=; b=mB+T+8bjGshIMEvcUDlUPvCKiEKy+OTGPnMBq5tSTTmddNmZhEaOk6jJAVwQuWpetZ hk55U9zQ9HpNS5OsW3S0wmxsXk/HotAB4gkRhz4mGJg/bWgbmoowz2DGioY0MLiLxrIN 4VpCXdDHKEwqOgyk5l6izOM4WWGhCqILUZOONW73axpN6pnILKDnIOwte5P0oPSKoRBt udaAgpkF2/OhvprtqNBY+ZOXmFWI6rmQRLOhCiYhok941CmxBx/qitX5W1aqTzVL76oU Q5Biignzs32T2lhclkZ8yBKpMuUKTMoP7wyGwYohwP++o3Vxr1YfEGdw4jPYKRSkA2J7 Do4A== X-Received: by 10.70.135.40 with SMTP id pp8mr36906391pdb.116.1410942257976; Wed, 17 Sep 2014 01:24:17 -0700 (PDT) Received: from pallav-Inspiron-660s.toradex.int ([115.115.225.206]) by mx.google.com with ESMTPSA id sl9sm16165588pbc.46.2014.09.17.01.24.14 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 17 Sep 2014 01:24:17 -0700 (PDT) From: Sanchayan Maity To: shawn.guo@freescale.com Subject: [PATCH 1/2] ARM: dts: vf610-colibri: Add ADC support Date: Wed, 17 Sep 2014 13:53:16 +0530 Message-Id: <1015e874d5b13795e38069402a66b4798d79b632.1410873422.git.maitysanchayan@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: In-Reply-To: References: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140917_012438_856005_681AA7E6 X-CRM114-Status: UNSURE ( 9.19 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: linux@arm.linux.org.uk, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, stefan@agner.ch, Sanchayan Maity , linux-arm-kernel@lists.infradead.org, B38611@freescale.com, jic23@kernel.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=-2.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 Enable ADC support for Colibri VF61 modules Signed-off-by: Sanchayan Maity --- arch/arm/boot/dts/vf610-colibri.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/vf610-colibri.dtsi b/arch/arm/boot/dts/vf610-colibri.dtsi index 0cd8343..275ebec 100644 --- a/arch/arm/boot/dts/vf610-colibri.dtsi +++ b/arch/arm/boot/dts/vf610-colibri.dtsi @@ -69,6 +69,16 @@ status = "okay"; }; +&adc0 { + pinctrl-names = "default"; + status = "okay"; +}; + +&adc1 { + pinctrl-names = "default"; + status = "okay"; +}; + &iomuxc { vf610-colibri { pinctrl_esdhc1: esdhc1grp {