From: Martyn Welch Date: Mon, 15 Jan 2018 14:24:52 +0000 (+0100) Subject: ARM: dts: imx53-ppd: Add touchscreen reset line X-Git-Tag: v4.17-rc1~105^2~39^2~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68b09c864143d8c7d664d4369fd9710f5b119640;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: imx53-ppd: Add touchscreen reset line Utilise new support in Atmel MaxTouch driver to drive the touchscreen controllers reset line correctly. Signed-off-by: Martyn Welch Signed-off-by: Sebastian Reichel Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx53-ppd.dts b/arch/arm/boot/dts/imx53-ppd.dts index cce959438a796..123297da43a79 100644 --- a/arch/arm/boot/dts/imx53-ppd.dts +++ b/arch/arm/boot/dts/imx53-ppd.dts @@ -525,6 +525,7 @@ touchscreen@4b { compatible = "atmel,maxtouch"; + reset-gpio = <&gpio5 19 GPIO_ACTIVE_HIGH>; reg = <0x4b>; interrupt-parent = <&gpio5>; interrupts = <4 0x8>;