aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/am437x-gp-evm.dts4
-rw-r--r--arch/arm/boot/dts/am43x-epos-evm.dts4
2 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts
index f0422c2a7468..646a6eade788 100644
--- a/arch/arm/boot/dts/am437x-gp-evm.dts
+++ b/arch/arm/boot/dts/am437x-gp-evm.dts
@@ -334,8 +334,8 @@
334 334
335 attb-gpio = <&gpio3 22 GPIO_ACTIVE_HIGH>; 335 attb-gpio = <&gpio3 22 GPIO_ACTIVE_HIGH>;
336 336
337 x-size = <1024>; 337 touchscreen-size-x = <1024>;
338 y-size = <600>; 338 touchscreen-size-y = <600>;
339 }; 339 };
340}; 340};
341 341
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts
index f1ee74957512..ed7dd2395915 100644
--- a/arch/arm/boot/dts/am43x-epos-evm.dts
+++ b/arch/arm/boot/dts/am43x-epos-evm.dts
@@ -403,8 +403,8 @@
403 403
404 attb-gpio = <&gpio1 17 GPIO_ACTIVE_HIGH>; 404 attb-gpio = <&gpio1 17 GPIO_ACTIVE_HIGH>;
405 405
406 x-size = <1024>; 406 touchscreen-size-x = <1024>;
407 y-size = <600>; 407 touchscreen-size-y = <600>;
408 }; 408 };
409}; 409};
410 410