diff options
author | Olof Johansson <olof@lixom.net> | 2017-06-19 06:01:02 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-06-19 06:01:02 +0200 |
commit | f39b24e0b4d812da9658033621d3992959ae6d32 (patch) | |
tree | 09f3df968d8679ba03462d0c8e063944429582a8 /drivers/soc/tegra/Makefile | |
parent | Merge tag 'scpi-updates-4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff) | |
parent | soc/tegra: flowctrl: Fix error handling (diff) | |
download | linux-f39b24e0b4d812da9658033621d3992959ae6d32.tar.xz linux-f39b24e0b4d812da9658033621d3992959ae6d32.zip |
Merge tag 'tegra-for-4.13-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/drivers
soc/tegra: Changes for v4.13-rc1
This contains an implementation of generic PM domains for Tegra186,
based on the BPMP powergate request.
* tag 'tegra-for-4.13-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
soc/tegra: flowctrl: Fix error handling
soc/tegra: bpmp: Implement generic PM domains
soc/tegra: bpmp: Update ABI header
PM / Domains: Allow overriding the ->xlate() callback
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/soc/tegra/Makefile')
-rw-r--r-- | drivers/soc/tegra/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/tegra/Makefile b/drivers/soc/tegra/Makefile index 4f81dd55e5d1..0e52b45721ac 100644 --- a/drivers/soc/tegra/Makefile +++ b/drivers/soc/tegra/Makefile @@ -4,3 +4,4 @@ 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 |