aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/board-harmony.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/board-harmony.h')
-rw-r--r--arch/arm/mach-tegra/board-harmony.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-harmony.h b/arch/arm/mach-tegra/board-harmony.h
index d85142edaf6..edd16166990 100644
--- a/arch/arm/mach-tegra/board-harmony.h
+++ b/arch/arm/mach-tegra/board-harmony.h
@@ -31,8 +31,23 @@
31#define TEGRA_GPIO_HP_DET TEGRA_GPIO_PW2 31#define TEGRA_GPIO_HP_DET TEGRA_GPIO_PW2
32#define TEGRA_GPIO_INT_MIC_EN TEGRA_GPIO_PX0 32#define TEGRA_GPIO_INT_MIC_EN TEGRA_GPIO_PX0
33#define TEGRA_GPIO_EXT_MIC_EN TEGRA_GPIO_PX1 33#define TEGRA_GPIO_EXT_MIC_EN TEGRA_GPIO_PX1
34/* fixed voltage regulator enable/mode gpios */
35#define TPS_GPIO_EN_1V5 (HARMONY_GPIO_TPS6586X(0))
36#define TPS_GPIO_EN_1V2 (HARMONY_GPIO_TPS6586X(1))
37#define TPS_GPIO_EN_1V05 (HARMONY_GPIO_TPS6586X(2))
38#define TPS_GPIO_MODE_1V05 (HARMONY_GPIO_TPS6586X(3))
39
40/* WLAN pwr and reset gpio */
41#define TEGRA_GPIO_WLAN_PWR_LOW TEGRA_GPIO_PK5
42#define TEGRA_GPIO_WLAN_RST_LOW TEGRA_GPIO_PK6
43
44#define TEGRA_GPIO_POWERKEY TEGRA_GPIO_PV2
34 45
35void harmony_pinmux_init(void); 46void harmony_pinmux_init(void);
36int harmony_regulator_init(void); 47int harmony_regulator_init(void);
48int harmony_suspend_init(void);
49int harmony_panel_init(void);
50int harmony_kbc_init(void);
51int harmony_pcie_init(void);
37 52
38#endif 53#endif