From 8b707e6a86db27200510fa3b6eaaa7ee07e5981a Mon Sep 17 00:00:00 2001 From: Sonic Zhang Date: Tue, 22 Jan 2008 18:45:10 +0800 Subject: [PATCH] --- yaml --- r: 77403 b: refs/heads/master c: 03c5732855300f05aac718ca770c2bb05e1fd48b h: refs/heads/master i: 77401: cda47f3004cf48a38bfbe12bfa3a30eb69b53c0f 77399: ad38da9af2935f60c29cf559decaadecadb94b74 v: v3 --- [refs] | 2 +- trunk/arch/blackfin/Kconfig | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 945916f0eeb9..6806cc751217 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 444ad82bc3eaa554be40d22dc248e58aeefd54d9 +refs/heads/master: 03c5732855300f05aac718ca770c2bb05e1fd48b diff --git a/trunk/arch/blackfin/Kconfig b/trunk/arch/blackfin/Kconfig index 6b96d7d21aea..ecb356ed8db8 100644 --- a/trunk/arch/blackfin/Kconfig +++ b/trunk/arch/blackfin/Kconfig @@ -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"