diff options
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler.h')
-rw-r--r-- | arch/arm/mach-tegra/board-whistler.h | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-whistler.h b/arch/arm/mach-tegra/board-whistler.h new file mode 100644 index 00000000000..a31be96e915 --- /dev/null +++ b/arch/arm/mach-tegra/board-whistler.h | |||
@@ -0,0 +1,39 @@ | |||
1 | /* | ||
2 | * arch/arm/mach-tegra/board-whistler.h | ||
3 | * | ||
4 | * Copyright (C) 2010 Google, Inc. | ||
5 | * | ||
6 | * This software is licensed under the terms of the GNU General Public | ||
7 | * License version 2, as published by the Free Software Foundation, and | ||
8 | * may be copied, distributed, and modified under those terms. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | * GNU General Public License for more details. | ||
14 | * | ||
15 | */ | ||
16 | |||
17 | #ifndef _MACH_TEGRA_BOARD_WHISTLER_H | ||
18 | #define _MACH_TEGRA_BOARD_WHISTLER_H | ||
19 | |||
20 | int whistler_regulator_init(void); | ||
21 | int whistler_sdhci_init(void); | ||
22 | int whistler_pinmux_init(void); | ||
23 | int whistler_panel_init(void); | ||
24 | int whistler_kbc_init(void); | ||
25 | int whistler_sensors_init(void); | ||
26 | int whistler_baseband_init(void); | ||
27 | int whistler_emc_init(void); | ||
28 | |||
29 | /* Interrupt numbers from external peripherals */ | ||
30 | #define MAX8907C_INT_BASE TEGRA_NR_IRQS | ||
31 | #define MAX8907C_INT_END (MAX8907C_INT_BASE + 31) | ||
32 | |||
33 | /* Audio-related GPIOs */ | ||
34 | #define TEGRA_GPIO_HP_DET TEGRA_GPIO_PW3 | ||
35 | |||
36 | /* TCA6416 GPIO expander */ | ||
37 | #define TCA6416_GPIO_BASE (TEGRA_NR_GPIOS) | ||
38 | |||
39 | #endif | ||