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-Url: http://drtracing.org/?a=commitdiff_plain;h=25a8d0772f52f64530d6b650193642346ac69a54;p=deliverable%2Flinux.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 @@ memory { reg = <0x20000000 0x4000000>; }; + + ahb { + apb { + shdwc@fffffd10 { + atmel,wakeup-counter = <10>; + atmel,wakeup-rtt-timer; + }; + }; + }; };