From 45e6b502de98d853fc20fc0b2e29f0b447afcfdb Mon Sep 17 00:00:00 2001 From: Martin Chi Date: Tue, 13 May 2014 10:19:59 +0800 Subject: tn7c: modem: reduce autosuspend_delay to 1s for power saving bug 200004582 Change-Id: I79bae98e82810be4472597cbe44dd3bf114cbbd1 Signed-off-by: Martin Chi Reviewed-on: http://git-master/r/411167 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Gray Lei Tested-by: Gray Lei --- arch/arm/mach-tegra/board-tegranote7c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/arm/mach-tegra/board-tegranote7c.c b/arch/arm/mach-tegra/board-tegranote7c.c index 7d0ba08ec6d5..ce7b0cdb3015 100644 --- a/arch/arm/mach-tegra/board-tegranote7c.c +++ b/arch/arm/mach-tegra/board-tegranote7c.c @@ -571,7 +571,7 @@ static struct tegra_usb_modem_power_platform_data baseband_pdata = { .wake_gpio = -1, .boot_gpio = MDM_COLDBOOT, .boot_irq_flags = IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING, - .autosuspend_delay = 2000, + .autosuspend_delay = 1000, .short_autosuspend_delay = 50, .tegra_ehci_device = &tegra_ehci2_device, .tegra_ehci_pdata = &tegra_ehci2_hsic_baseband_pdata, -- cgit v1.2.3