[ARM] tegra: stingray: update CPU Power Good and Power off Times
authorJames Wylder <james.wylder@motorola.com>
Fri, 15 Oct 2010 15:04:57 +0000 (10:04 -0500)
committerColin Cross <ccross@android.com>
Wed, 27 Oct 2010 03:10:16 +0000 (20:10 -0700)
Change-Id: I4dc3a5dc3fb26c786b459c16b52b299ce7251506
Signed-off-by: James Wylder <james.wylder@motorola.com>
arch/arm/mach-tegra/board-stingray.c

index 59cbe9c11d056cb35a04e31c0bea89ca0ecd9f23..962224ce6f672fac81a4934b7c1bcf6905c8c349 100644 (file)
@@ -861,8 +861,8 @@ static int __init stingray_revision_parse(char *options)
 __setup("hw_rev=", stingray_revision_parse);
 
 static struct tegra_suspend_platform_data stingray_suspend = {
-       .cpu_timer = 5000,
-       .cpu_off_timer = 5000,
+       .cpu_timer = 1500,
+       .cpu_off_timer = 1,
        .core_timer = 0x7e7e,
        .core_off_timer = 0xf,
        .separate_req = true,