From mboxrd@z Thu Jan 1 00:00:00 1970 From: Denis Carikli Subject: [PATCHv9][ 3/3] ARM: dts: cpuimx35 Add touchscreen support. Date: Fri, 8 Nov 2013 14:17:39 +0100 Message-ID: <1383916659-9988-3-git-send-email-denis@eukrea.com> References: <1383916659-9988-1-git-send-email-denis@eukrea.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp6-g21.free.fr ([212.27.42.6]:35794 "EHLO smtp6-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756997Ab3KHNSU (ORCPT ); Fri, 8 Nov 2013 08:18:20 -0500 In-Reply-To: <1383916659-9988-1-git-send-email-denis@eukrea.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Dmitry Torokhov Cc: linux-input@vger.kernel.org, Jean-Christophe Plagniol-Villard , Tomi Valkeinen , linux-fbdev@vger.kernel.org, Shawn Guo , Sascha Hauer , devicetree@vger.kernel.org, Denis Carikli , Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Grant Likely , linux-arm-kernel@lists.infradead.org, =?UTF-8?q?Lothar=20Wa=C3=9Fmann?= , =?UTF-8?q?Eric=20B=C3=A9nard?= Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: Grant Likely Cc: devicetree@vger.kernel.org Cc: Dmitry Torokhov Cc: linux-input@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-kernel@lists.infradead.org Cc: Lothar Wa=C3=9Fmann Cc: Shawn Guo Cc: Eric B=C3=A9nard Signed-off-by: Denis Carikli --- ChangeLog v8->v9: - Added Grant Likely in the cc list. - Adapted to the removal of the pinctrl properties in the tsc2007 docum= entation. - Fixed the gpios property (before, it was set to active high by error)= =2E ChangeLog v7->v8: - Added Shawn Guo in the cc list. --- arch/arm/boot/dts/imx35-eukrea-cpuimx35.dtsi | 21 ++++++++++++++++++= +++ 1 file changed, 21 insertions(+) diff --git a/arch/arm/boot/dts/imx35-eukrea-cpuimx35.dtsi b/arch/arm/bo= ot/dts/imx35-eukrea-cpuimx35.dtsi index b9cb5a5..f25a40f 100644 --- a/arch/arm/boot/dts/imx35-eukrea-cpuimx35.dtsi +++ b/arch/arm/boot/dts/imx35-eukrea-cpuimx35.dtsi @@ -36,6 +36,27 @@ compatible =3D "nxp,pcf8563"; reg =3D <0x51>; }; + + tsc2007: tsc2007@48 { + compatible =3D "ti,tsc2007"; + reg =3D <0x48>; + interrupt-parent =3D <&gpio3>; + interrupts =3D <0x2 0x8>; + gpios =3D <&gpio3 2 1>; + ti,x-plate-ohms =3D <180>; + }; + +}; + +&iomuxc { + pinctrl-names =3D "default"; + pinctrl-0 =3D <&pinctrl_hog>; + + imx35-eukrea { + pinctrl_hog: hoggrp { + fsl,pins =3D ; + }; + }; }; =20 &nfc { --=20 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-input" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html