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/Makefile | |
parent | 944d46b5347c20be3a3f4c36a6d830e126d9735a (diff) | |
download | linux-6f168f2fa60f87e85e0df25e87e2372f22f5eb7c.tar.gz linux-6f168f2fa60f87e85e0df25e87e2372f22f5eb7c.tar.bz2 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/Makefile')
-rw-r--r-- | arch/arm/mach-tegra/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile index 673651f0efb8..bbe1dbe939bb 100644 --- a/arch/arm/mach-tegra/Makefile +++ b/arch/arm/mach-tegra/Makefile @@ -21,6 +21,7 @@ obj-$(CONFIG_TEGRA_PCI) += pcie.o obj-${CONFIG_MACH_HARMONY} += board-harmony.o obj-${CONFIG_MACH_HARMONY} += board-harmony-pinmux.o obj-${CONFIG_MACH_HARMONY} += board-harmony-pcie.o +obj-${CONFIG_MACH_HARMONY} += board-harmony-power.o obj-${CONFIG_MACH_PAZ00} += board-paz00.o obj-${CONFIG_MACH_PAZ00} += board-paz00-pinmux.o |