diff options
author | nagesh Penumarty <vpenumarty@nvidia.com> | 2011-04-25 17:13:32 +0530 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2011-04-26 15:56:19 -0700 |
commit | 8b6d7bb5c9a2a35b3a6a73c51104c4bde6f6ed75 (patch) | |
tree | c845d9f7d8b309dc55012b9e91f9982ffc963739 /arch/arm/mach-tegra/board-enterprise.h | |
parent | 89aa98edfb250b54549580a6b0261a23af3d7c0c (diff) |
arm: tegra: enterprise: Enabling the PMU driver
Adding the board file for power and
enabling the TI 6025 pmu driver.
Original-Change-Id: I4676223599877ca51d892b373bcae03778c25f57
Reviewed-on: http://git-master/r/28668
Reviewed-by: Varun Colbert <vcolbert@nvidia.com>
Tested-by: Varun Colbert <vcolbert@nvidia.com>
Change-Id: I5ee27c2aa99075960b3255fb7a9dbae397e3b71d
Diffstat (limited to 'arch/arm/mach-tegra/board-enterprise.h')
-rw-r--r-- | arch/arm/mach-tegra/board-enterprise.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise.h b/arch/arm/mach-tegra/board-enterprise.h index 09118008f731..2bba282edb50 100644 --- a/arch/arm/mach-tegra/board-enterprise.h +++ b/arch/arm/mach-tegra/board-enterprise.h @@ -30,6 +30,7 @@ int enterprise_pinmux_init(void); int enterprise_panel_init(void); int touch_init(void); int enterprise_emc_init(void); +int enterprise_regulator_init(void); /* Touchscreen GPIO addresses */ #ifdef CONFIG_TOUCHSCREEN_ATMEL_MT_T9 |