From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH v7 4/5] ARM: dts: am43x-epos-evm: Update binding for touchscreen size Date: Tue, 17 Jun 2014 02:50:16 -0700 Message-ID: <20140617095015.GP17845@atomide.com> References: <1402997507-9736-1-git-send-email-rogerq@ti.com> <1402997507-9736-5-git-send-email-rogerq@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1402997507-9736-5-git-send-email-rogerq@ti.com> Sender: linux-input-owner@vger.kernel.org To: Roger Quadros Cc: dmitry.torokhov@gmail.com, rydberg@euromail.se, balbi@ti.com, dmurphy@ti.com, mugunthanvnm@ti.com, nsekhar@ti.com, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, Benoit Cousson List-Id: linux-omap@vger.kernel.org * Roger Quadros [140617 02:33]: > Update the bindings for touchscreen size. > > CC: Benoit Cousson > CC: Tony Lindgren > CC: Mugunthan V N > Signed-off-by: Roger Quadros This should be fine to queue along with the driver changes: Acked-by: Tony Lindgren > --- > arch/arm/boot/dts/am43x-epos-evm.dts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts > index 19f1f7e..f3fe017 100644 > --- a/arch/arm/boot/dts/am43x-epos-evm.dts > +++ b/arch/arm/boot/dts/am43x-epos-evm.dts > @@ -340,8 +340,8 @@ > > attb-gpio = <&gpio1 17 GPIO_ACTIVE_HIGH>; > > - x-size = <1024>; > - y-size = <600>; > + touchscreen-size-x = <1024>; > + touchscreen-size-y = <600>; > }; > }; > > -- > 1.8.3.2 >