From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 23 May 2013 22:48:22 +0000 (+0800) Subject: ARM: at91: dt: usb-a9260: update shutdown controller X-Git-Tag: v3.11-rc1~151^2~28^2~7 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=25a8d0772f52f64530d6b650193642346ac69a54;p=linux.git ARM: at91: dt: usb-a9260: update shutdown controller enable rtt and wakeup button (5 msec low) Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Nicolas Ferre --- 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 @@ chosen { memory { reg = <0x20000000 0x4000000>; }; + + ahb { + apb { + shdwc@fffffd10 { + atmel,wakeup-counter = <10>; + atmel,wakeup-rtt-timer; + }; + }; + }; };