aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/Makefile
diff options
context:
space:
mode:
authorMike Rapoport <mike@compulab.co.il>2011-03-09 09:31:18 -0500
committerOlof Johansson <olof@lixom.net>2011-03-15 17:28:35 -0400
commit6f168f2fa60f87e85e0df25e87e2372f22f5eb7c (patch)
tree0f1e0a2d98a7db1adb63a47259c216725fa74095 /arch/arm/mach-tegra/Makefile
parent944d46b5347c20be3a3f4c36a6d830e126d9735a (diff)
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/Makefile1
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
21obj-${CONFIG_MACH_HARMONY} += board-harmony.o 21obj-${CONFIG_MACH_HARMONY} += board-harmony.o
22obj-${CONFIG_MACH_HARMONY} += board-harmony-pinmux.o 22obj-${CONFIG_MACH_HARMONY} += board-harmony-pinmux.o
23obj-${CONFIG_MACH_HARMONY} += board-harmony-pcie.o 23obj-${CONFIG_MACH_HARMONY} += board-harmony-pcie.o
24obj-${CONFIG_MACH_HARMONY} += board-harmony-power.o
24 25
25obj-${CONFIG_MACH_PAZ00} += board-paz00.o 26obj-${CONFIG_MACH_PAZ00} += board-paz00.o
26obj-${CONFIG_MACH_PAZ00} += board-paz00-pinmux.o 27obj-${CONFIG_MACH_PAZ00} += board-paz00-pinmux.o