Message ID | 1402997507-9736-6-git-send-email-rogerq@ti.com |
---|---|
State | Accepted |
Commit | f048615efc34035e217af148ebdde8ce6efd8af9 |
Headers | show |
* Roger Quadros <rogerq@ti.com> [140617 02:33]: > Update the bindings for touchscreen size. > > CC: Benoit Cousson <bcousson@baylibre.com> > CC: Tony Lindgren <tony@atomide.com> > CC: Mugunthan V N <mugunthanvnm@ti.com> > Signed-off-by: Roger Quadros <rogerq@ti.com> This too: Acked-by: Tony Lindgren <tony@atomide.com> > --- > arch/arm/boot/dts/am437x-gp-evm.dts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts > index 003766c..2674132 100644 > --- a/arch/arm/boot/dts/am437x-gp-evm.dts > +++ b/arch/arm/boot/dts/am437x-gp-evm.dts > @@ -277,8 +277,8 @@ > > attb-gpio = <&gpio3 22 GPIO_ACTIVE_HIGH>; > > - x-size = <1024>; > - y-size = <600>; > + touchscreen-size-x = <1024>; > + touchscreen-size-y = <600>; > }; > }; > > -- > 1.8.3.2 > -- 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
diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts index 003766c..2674132 100644 --- a/arch/arm/boot/dts/am437x-gp-evm.dts +++ b/arch/arm/boot/dts/am437x-gp-evm.dts @@ -277,8 +277,8 @@ attb-gpio = <&gpio3 22 GPIO_ACTIVE_HIGH>; - x-size = <1024>; - y-size = <600>; + touchscreen-size-x = <1024>; + touchscreen-size-y = <600>; }; };
Update the bindings for touchscreen size. CC: Benoit Cousson <bcousson@baylibre.com> CC: Tony Lindgren <tony@atomide.com> CC: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: Roger Quadros <rogerq@ti.com> --- arch/arm/boot/dts/am437x-gp-evm.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)