From 13bc99fcb3208ff01bf016515dd40580d7df18c3 Mon Sep 17 00:00:00 2001 From: James Wylder Date: Fri, 15 Oct 2010 10:04:57 -0500 Subject: [PATCH] [ARM] tegra: stingray: update CPU Power Good and Power off Times Change-Id: I4dc3a5dc3fb26c786b459c16b52b299ce7251506 Signed-off-by: James Wylder --- arch/arm/mach-tegra/board-stingray.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-tegra/board-stingray.c b/arch/arm/mach-tegra/board-stingray.c index 59cbe9c11d05..962224ce6f67 100644 --- a/arch/arm/mach-tegra/board-stingray.c +++ b/arch/arm/mach-tegra/board-stingray.c @@ -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, -- 2.34.1