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
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:26 -0800
commit901f38dfcf1af0b1ff3b911b4b9814b636bf8e37 (patch)
tree9f7062f22f891c14fce6d8252bbad9961f0f1cad /arch/arm/mach-tegra/board-whistler.h
parent712d0c87c548855dba20fa58eee51353225efcc4 (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> Rebase-Id: Ref4b904e6b50bc3a83d1500b912c8d8129bac76d
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