diff options
author | Daniel Mack <daniel@zonque.org> | 2018-06-17 07:53:09 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-06-25 01:24:26 -0400 |
commit | 49a6ec5b807ea4ad7ebe1f58080ebb8497cb2d2c (patch) | |
tree | 43c99a9f64c8aa64918f4f6dd6937e2d9490e6b3 | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff) |
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>
-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 @@ | |||
610 | 610 | ||
611 | touchscreen-size-x = <480>; | 611 | touchscreen-size-x = <480>; |
612 | touchscreen-size-y = <272>; | 612 | touchscreen-size-y = <272>; |
613 | |||
614 | wakeup-source; | ||
613 | }; | 615 | }; |
614 | 616 | ||
615 | tlv320aic3106: tlv320aic3106@1b { | 617 | tlv320aic3106: tlv320aic3106@1b { |