diff options
author | Thierry Reding <treding@nvidia.com> | 2017-08-30 13:42:34 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2017-12-13 15:06:44 +0300 |
commit | c641ec6eab8587a78160d37f085a5ed6e542ca88 (patch) | |
tree | d7454e767b570258e53a096aae9d90db778ed7ea /drivers/soc/tegra/Makefile | |
parent | 5be2255676bf2bc69170f05cfe15f771e5aeef24 (diff) | |
download | linux-c641ec6eab8587a78160d37f085a5ed6e542ca88.tar.xz |
soc/tegra: pmc: Consolidate Tegra186 support
Move Tegra186 support to the consolidated PMC driver to reduce some of
the duplication and also gain I/O pad functionality on the new SoC as a
side-effect.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/soc/tegra/Makefile')
-rw-r--r-- | drivers/soc/tegra/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soc/tegra/Makefile b/drivers/soc/tegra/Makefile index 482e108d28aa..902759fe5f4d 100644 --- a/drivers/soc/tegra/Makefile +++ b/drivers/soc/tegra/Makefile @@ -4,5 +4,4 @@ obj-y += fuse/ obj-y += common.o obj-$(CONFIG_SOC_TEGRA_FLOWCTRL) += flowctrl.o obj-$(CONFIG_SOC_TEGRA_PMC) += pmc.o -obj-$(CONFIG_SOC_TEGRA_PMC_TEGRA186) += pmc-tegra186.o obj-$(CONFIG_SOC_TEGRA_POWERGATE_BPMP) += powergate-bpmp.o |