From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Subject: Re: [PATCHv9][ 3/3] ARM: dts: cpuimx35 Add touchscreen support. Date: Thu, 21 Nov 2013 06:09:22 +0100 Message-ID: <20131121050922.GF18477@ns203013.ovh.net> References: <1383916659-9988-1-git-send-email-denis@eukrea.com> <1383916659-9988-3-git-send-email-denis@eukrea.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <1383916659-9988-3-git-send-email-denis@eukrea.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Denis Carikli Cc: Mark Rutland , devicetree@vger.kernel.org, linux-fbdev@vger.kernel.org, Eric B??nard , Pawel Moll , Stephen Warren , Dmitry Torokhov , Rob Herring , Grant Likely , Tomi Valkeinen , Sascha Hauer , linux-input@vger.kernel.org, Ian Campbell , Shawn Guo , linux-arm-kernel@lists.infradead.org, Lothar Wa??mann List-Id: devicetree@vger.kernel.org On 14:17 Fri 08 Nov , Denis Carikli wrote: > 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=DFmann > Cc: Shawn Guo > Cc: Eric B=E9nard > 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 documen= tation. > - Fixed the gpios property (before, it was set to active high by error). > = > 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/boot= /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>; as explain on the binding drop this gpios this is an IRQ not a gpio NACK Best Regards, J. > + ti,x-plate-ohms =3D <180>; > + }; > + > +}; > + > +&iomuxc { > + pinctrl-names =3D "default"; > + pinctrl-0 =3D <&pinctrl_hog>; > + > + imx35-eukrea { > + pinctrl_hog: hoggrp { > + fsl,pins =3D ; > + }; > + }; > }; > = > &nfc { > -- = > 1.7.9.5 > =