From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net ([212.18.0.9]:41263 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755195Ab2LGPZT (ORCPT ); Fri, 7 Dec 2012 10:25:19 -0500 From: Marek Vasut To: linux-iio@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Marek Vasut , Shawn Guo Subject: [PATCH 4/4] iio: mxs: Enable touchscreen on m28evk Date: Fri, 7 Dec 2012 16:24:53 +0100 Message-Id: <1354893893-26338-4-git-send-email-marex@denx.de> In-Reply-To: <1354893893-26338-1-git-send-email-marex@denx.de> References: <1354893893-26338-1-git-send-email-marex@denx.de> Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org This patch adds necessary DT properties to m28evk to enable touchscreen in the LRADC block. The M28EVK is shipped with 4-wire resistive touchscreen. Signed-off-by: Marek Vasut Cc: Shawn Guo --- arch/arm/boot/dts/imx28-m28evk.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/imx28-m28evk.dts b/arch/arm/boot/dts/imx28-m28evk.dts index c718f91..712d99a 100644 --- a/arch/arm/boot/dts/imx28-m28evk.dts +++ b/arch/arm/boot/dts/imx28-m28evk.dts @@ -213,6 +213,7 @@ lradc@80050000 { status = "okay"; + fsl,lradc-touchscreen-wires = <4>; }; duart: serial@80074000 { -- 1.7.10.4