diff options
author | Ludovic Desroches <ludovic.desroches@microchip.com> | 2017-10-10 13:09:44 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-10-10 16:26:19 +0300 |
commit | be6d90b132b7c89f4978ff6335dc5c930db58594 (patch) | |
tree | 8a1facc69f378c83d42db5cb9f3d2243b6bb2dc3 /arch/arm/boot/dts/at91-sama5d2_xplained.dts | |
parent | 06530725e1883b3d22d5f7abaa8a07fcd6c168ac (diff) | |
download | linux-be6d90b132b7c89f4978ff6335dc5c930db58594.tar.xz |
ARM: dts: at91: sama5d2_xplained: set PB_USER as wakeup source
Set the PB_USER button as a wakeup source to resume from ulp0 mode.
Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
[claudiu.beznea@microchip.com: change subject to match the desired prefix]
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-sama5d2_xplained.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d2_xplained.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d2_xplained.dts b/arch/arm/boot/dts/at91-sama5d2_xplained.dts index 8e3365dd1ab4..69ca8573231c 100644 --- a/arch/arm/boot/dts/at91-sama5d2_xplained.dts +++ b/arch/arm/boot/dts/at91-sama5d2_xplained.dts @@ -531,6 +531,7 @@ label = "PB_USER"; gpios = <&pioA PIN_PB9 GPIO_ACTIVE_LOW>; linux,code = <0x104>; + wakeup-source; }; }; |