summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-whistler.h
diff options
context:
space:
mode:
authorPrashant Gaikwad <pgaikwad@nvidia.com>2011-03-24 13:05:50 +0530
committerVarun Colbert <vcolbert@nvidia.com>2011-03-28 23:49:54 -0700
commitbc77c5269f8c9616cc84be57245d3a993e65bc94 (patch)
treeb8140e84499b8f1e690dc0b2a9f8f89990605165 /arch/arm/mach-tegra/board-whistler.h
parent66fa9abefccdc75f6feb283ac60acacd257dcc99 (diff)
ARM: tegra: whistler: power down usb3 on suspend
To turn off usb3 and usb3.emc clock, tegra-ehci.2 should be powered off when bus is supended. Enable power_down_on_bus_suspend for usb3 (tegra-ehci.2). Also added the platform data structure which is used when USB suspends. Bug 807237 Change-Id: I9e975daeb2283bd811b2e32acda78b6fa0d9f2b4 Reviewed-on: http://git-master/r/24089 Tested-by: Prashant Gaikwad <pgaikwad@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler.h')
-rw-r--r--arch/arm/mach-tegra/board-whistler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-whistler.h b/arch/arm/mach-tegra/board-whistler.h
index adaa98e1029b..c8d2f7b87d69 100644
--- a/arch/arm/mach-tegra/board-whistler.h
+++ b/arch/arm/mach-tegra/board-whistler.h
@@ -26,4 +26,8 @@ int whistler_sensors_init(void);
int whistler_baseband_init(void);
int whistler_emc_init(void);
+/* Interrupt numbers from external peripherals */
+#define MAX8907C_INT_BASE TEGRA_NR_IRQS
+#define MAX8907C_INT_END (MAX8907C_INT_BASE + 32)
+
#endif