diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2013-05-24 06:48:22 +0800 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-05-31 16:52:35 +0200 |
commit | 25a8d0772f52f64530d6b650193642346ac69a54 (patch) | |
tree | cb5ef5d3b2b20b277e6a11d40846d7754b59b231 /arch/arm/boot | |
parent | f89ae61bd74ae195c464bdd97a134e30908884d5 (diff) | |
download | blackbird-obmc-linux-25a8d0772f52f64530d6b650193642346ac69a54.tar.gz blackbird-obmc-linux-25a8d0772f52f64530d6b650193642346ac69a54.zip |
ARM: at91: dt: usb-a9260: update shutdown controller
enable rtt and wakeup button (5 msec low)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/usb_a9260.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/usb_a9260.dts b/arch/arm/boot/dts/usb_a9260.dts index a604107eb474..de0c24f5210a 100644 --- a/arch/arm/boot/dts/usb_a9260.dts +++ b/arch/arm/boot/dts/usb_a9260.dts @@ -20,4 +20,13 @@ memory { reg = <0x20000000 0x4000000>; }; + + ahb { + apb { + shdwc@fffffd10 { + atmel,wakeup-counter = <10>; + atmel,wakeup-rtt-timer; + }; + }; + }; }; |