diff options
author | Martyn Welch <martyn.welch@collabora.co.uk> | 2018-01-15 15:24:52 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-02-12 21:13:09 +0800 |
commit | 68b09c864143d8c7d664d4369fd9710f5b119640 (patch) | |
tree | 4a0ebcf4a84f324dd1feb792cf6fa80b77c7d05c /arch/arm/boot/dts/imx53-ppd.dts | |
parent | 71a0febaa443fa5506ba00622047237949b9129d (diff) | |
download | blackbird-op-linux-68b09c864143d8c7d664d4369fd9710f5b119640.tar.gz blackbird-op-linux-68b09c864143d8c7d664d4369fd9710f5b119640.zip |
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 <martyn.welch@collabora.co.uk>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53-ppd.dts')
-rw-r--r-- | arch/arm/boot/dts/imx53-ppd.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53-ppd.dts b/arch/arm/boot/dts/imx53-ppd.dts index cce959438a79..123297da43a7 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>; |