diff options
author | Ludovic Desroches <[email protected]> | 2017-10-10 13:09:39 +0300 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2017-10-10 15:26:19 +0200 |
commit | 6011143681b75f49821c6f3f0f4e86a72b275b11 (patch) | |
tree | 936f214d883db7812a32e256570d4999f258f65d | |
parent | 550b209f6d267e4b5f283e998345a6bfdb3b3dad (diff) |
ARM: dts: at91: sama5d27_som1_ek: set USER button as a wakeup source
Set the USER button as a wakeup source to allow wakeup from ULP0.
Signed-off-by: Ludovic Desroches <[email protected]>
[[email protected]: change subject to match the desired prefix]
Signed-off-by: Claudiu Beznea <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d27_som1_ek.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d27_som1_ek.dts b/arch/arm/boot/dts/at91-sama5d27_som1_ek.dts index 28a3a1d71f46..6e85a96cc813 100644 --- a/arch/arm/boot/dts/at91-sama5d27_som1_ek.dts +++ b/arch/arm/boot/dts/at91-sama5d27_som1_ek.dts @@ -516,6 +516,7 @@ label = "USER"; gpios = <&pioA PIN_PA29 GPIO_ACTIVE_LOW>; linux,code = <0x104>; + wakeup-source; }; }; |