aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@ti.com>2014-07-28 13:10:58 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2014-07-28 13:26:19 -0400
commit342666ceb2f14eea4edd62d187458a8bb0f5a854 (patch)
tree1fdfe1f164d7c631ebdf6b2c34ffbbb895880c5b
parenta4054596e93048d50502f6c31c853bfeba5acb8e (diff)
ARM: dts: am43x-epos-evm: Update binding for touchscreen size
Update the bindings for touchscreen size. Signed-off-by: Roger Quadros <rogerq@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-rw-r--r--arch/arm/boot/dts/am43x-epos-evm.dts4
1 files 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 90098f98a5c8..b742200f7672 100644
--- a/arch/arm/boot/dts/am43x-epos-evm.dts
+++ b/arch/arm/boot/dts/am43x-epos-evm.dts
@@ -344,8 +344,8 @@
344 344
345 attb-gpio = <&gpio1 17 GPIO_ACTIVE_HIGH>; 345 attb-gpio = <&gpio1 17 GPIO_ACTIVE_HIGH>;
346 346
347 x-size = <1024>; 347 touchscreen-size-x = <1024>;
348 y-size = <600>; 348 touchscreen-size-y = <600>;
349 }; 349 };
350}; 350};
351 351