summaryrefslogtreecommitdiffstats
path: root/drivers/soc/tegra/Makefile
diff options
context:
space:
mode:
authorThierry Reding2014-07-11 13:19:06 +0200
committerThierry Reding2014-07-17 14:58:43 +0200
commit7232398abc6a7186e315425638c367d50c674718 (patch)
tree874b08603b104c3b42a07cb7c1402a8f3bcf5ec0 /drivers/soc/tegra/Makefile
parentsoc/tegra: fuse: Set up in early initcall (diff)
downloadkernel-qcow2-linux-7232398abc6a7186e315425638c367d50c674718.tar.gz
kernel-qcow2-linux-7232398abc6a7186e315425638c367d50c674718.tar.xz
kernel-qcow2-linux-7232398abc6a7186e315425638c367d50c674718.zip
ARM: tegra: Convert PMC to a driver
This commit converts the PMC support code to a platform driver. Because the boot process needs to call into this driver very early, also set up a minimal environment via an early initcall. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/soc/tegra/Makefile')
-rw-r--r--drivers/soc/tegra/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/tegra/Makefile b/drivers/soc/tegra/Makefile
index db34987ed9dc..cdaad9d53a05 100644
--- a/drivers/soc/tegra/Makefile
+++ b/drivers/soc/tegra/Makefile
@@ -1,3 +1,4 @@
obj-$(CONFIG_ARCH_TEGRA) += fuse/
obj-$(CONFIG_ARCH_TEGRA) += common.o
+obj-$(CONFIG_ARCH_TEGRA) += pmc.o