diff options
author | Daniel Mack <daniel@zonque.org> | 2018-06-17 14:53:09 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-06-25 08:24:26 +0300 |
commit | 49a6ec5b807ea4ad7ebe1f58080ebb8497cb2d2c (patch) | |
tree | 43c99a9f64c8aa64918f4f6dd6937e2d9490e6b3 /arch | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff) | |
download | linux-49a6ec5b807ea4ad7ebe1f58080ebb8497cb2d2c.tar.xz |
ARM: dts: am437x: make edt-ft5x06 a wakeup source
The touchscreen driver no longer configures the device as wakeup source by
default. A "wakeup-source" property is needed.
Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/am437x-sk-evm.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts index 440351ad0b80..d4be3fd0b6f4 100644 --- a/arch/arm/boot/dts/am437x-sk-evm.dts +++ b/arch/arm/boot/dts/am437x-sk-evm.dts @@ -610,6 +610,8 @@ touchscreen-size-x = <480>; touchscreen-size-y = <272>; + + wakeup-source; }; tlv320aic3106: tlv320aic3106@1b { |