diff options
author | Mike Rapoport <mike@compulab.co.il> | 2011-03-09 16:31:18 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-03-15 14:28:35 -0700 |
commit | 6f168f2fa60f87e85e0df25e87e2372f22f5eb7c (patch) | |
tree | 0f1e0a2d98a7db1adb63a47259c216725fa74095 /arch/arm/mach-tegra/board-harmony.h | |
parent | 944d46b5347c20be3a3f4c36a6d830e126d9735a (diff) | |
download | blackbird-obmc-linux-6f168f2fa60f87e85e0df25e87e2372f22f5eb7c.tar.gz blackbird-obmc-linux-6f168f2fa60f87e85e0df25e87e2372f22f5eb7c.zip |
ARM: tegra: harmony: initialize the TPS65862 PMIC
Initialize the PMIC voltage regulators and provide the supply map for
PCI-e clock supply. The rest of the supplies should be added together
with the drivers that use them.
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
CC: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-tegra/board-harmony.h')
-rw-r--r-- | arch/arm/mach-tegra/board-harmony.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-harmony.h b/arch/arm/mach-tegra/board-harmony.h index 9243521a1d19..1e57b071f52d 100644 --- a/arch/arm/mach-tegra/board-harmony.h +++ b/arch/arm/mach-tegra/board-harmony.h @@ -32,5 +32,6 @@ #define TEGRA_GPIO_EXT_MIC_EN TEGRA_GPIO_PX1 void harmony_pinmux_init(void); +int harmony_regulator_init(void); #endif |