]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[Blackfin] arch: Fix bug Only RTC interrupt can wake up deeper sleep core.
authorSonic Zhang <sonic.zhang@analog.com>
Tue, 22 Jan 2008 10:45:10 +0000 (18:45 +0800)
committerBryan Wu <bryan.wu@analog.com>
Tue, 22 Jan 2008 10:45:10 +0000 (18:45 +0800)
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
arch/blackfin/Kconfig

index 6b96d7d21aea4cc6e08b8296dd57c7338c931574..ecb356ed8db86f2111ac54d11ef33eb5c9c05d53 100644 (file)
@@ -923,10 +923,10 @@ endchoice
 config PM_WAKEUP_SIC_IWR
        hex "Wakeup Events (SIC_IWR)"
        depends on PM_WAKEUP_GPIO_BY_SIC_IWR
-       default 0x80000000 if (BF537 || BF536 || BF534)
-       default 0x100000 if (BF533 || BF532 || BF531)
-       default 0x800000 if (BF54x)
-       default 0x800000 if (BF52x)
+       default 0x8 if (BF537 || BF536 || BF534)
+       default 0x80 if (BF533 || BF532 || BF531)
+       default 0x80 if (BF54x)
+       default 0x80 if (BF52x)
 
 config PM_WAKEUP_GPIO_NUMBER
        int "Wakeup GPIO number"