diff options
author | Stefan Riedmueller <s.riedmueller@phytec.de> | 2020-10-29 08:03:24 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-11-10 01:39:38 +0100 |
commit | 93c0289c11b08467c0c998d35f050e6664bbf99c (patch) | |
tree | e4cdcd3a49c201cb9df5c14d0559b140112026ec /arch/arm/boot/dts/imx6ul-phytec-segin-peb-av-02.dtsi | |
parent | ARM: dts: imx6ul: phytec: Add support for optional PEB-AV-02 LCD adapter (diff) | |
download | linux-93c0289c11b08467c0c998d35f050e6664bbf99c.tar.xz linux-93c0289c11b08467c0c998d35f050e6664bbf99c.zip |
ARM: dts: imx6ul: segin: peb-av-02: Mark stmpe touch as wakeup-source
Mark the STMPE resistive touch controller as a wakeup-source.
Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-phytec-segin-peb-av-02.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ul-phytec-segin-peb-av-02.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul-phytec-segin-peb-av-02.dtsi b/arch/arm/boot/dts/imx6ul-phytec-segin-peb-av-02.dtsi index b511c6dec427..7cda6944501d 100644 --- a/arch/arm/boot/dts/imx6ul-phytec-segin-peb-av-02.dtsi +++ b/arch/arm/boot/dts/imx6ul-phytec-segin-peb-av-02.dtsi @@ -58,6 +58,7 @@ pinctrl-0 = <&pinctrl_stmpe>; interrupts = <3 IRQ_TYPE_LEVEL_LOW>; interrupt-parent = <&gpio5>; + wakeup-source; status = "disabled"; stmpe_touchscreen { |