From: James Wylder Date: Fri, 15 Oct 2010 15:04:57 +0000 (-0500) Subject: [ARM] tegra: stingray: update CPU Power Good and Power off Times X-Git-Tag: firefly_0821_release~9834^2~402 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=13bc99fcb3208ff01bf016515dd40580d7df18c3;p=firefly-linux-kernel-4.4.55.git [ARM] tegra: stingray: update CPU Power Good and Power off Times Change-Id: I4dc3a5dc3fb26c786b459c16b52b299ce7251506 Signed-off-by: James Wylder --- 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,