diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-02-02 21:53:17 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-03-06 01:36:59 +0300 |
commit | 367daf8916b99a3a544f6cfd2cba2baa3a7bc1d7 (patch) | |
tree | 616c605f654765c7a829e06d069244821d1c46cf /arch/arm/boot/dts/at91-sama5d2_xplained.dts | |
parent | 4ea5a9ef3c1285a62bc274be7638a4c894f64826 (diff) | |
download | linux-367daf8916b99a3a544f6cfd2cba2baa3a7bc1d7.tar.xz |
ARM: dts: at91: sama5d2_xplained: enable RTC wakeup
The sama5d2 Xplained can wake up with its RTC. Enable that feature.
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 9f7f8a7d8ff9..0bef9e0b89c6 100644 --- a/arch/arm/boot/dts/at91-sama5d2_xplained.dts +++ b/arch/arm/boot/dts/at91-sama5d2_xplained.dts @@ -246,6 +246,7 @@ shdwc@f8048010 { atmel,shdwc-debouncer = <976>; + atmel,wakeup-rtc-timer; input@0 { reg = <0>; |