diff options
| author | Jon Hunter <[email protected]> | 2016-03-30 10:15:16 +0100 |
|---|---|---|
| committer | Thierry Reding <[email protected]> | 2016-08-24 17:11:44 +0200 |
| commit | 988232412e6711a9bbdc06d4e008b552bbf7cd06 (patch) | |
| tree | 5a3844bddf31f8d3d12859e4f5fa3df54b5d55a2 | |
| parent | 4d3457826abb14ae07ea6a0e500d838181eada25 (diff) | |
arm64: tegra: Select PM_GENERIC_DOMAINS
Enable PM_GENERIC_DOMAINS for 64-bit Tegra devices. This is required to
ensure that devices dependent upon a particular power domain are probed
only after that power domain has been powered up.
Signed-off-by: Jon Hunter <[email protected]>
Reviewed-by: Ulf Hansson <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
| -rw-r--r-- | arch/arm64/Kconfig.platforms | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index bb2616b16157..0a7620c4b9dd 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -161,6 +161,8 @@ config ARCH_TEGRA select GENERIC_CLOCKEVENTS select HAVE_CLK select PINCTRL + select PM + select PM_GENERIC_DOMAINS select RESET_CONTROLLER help This enables support for the NVIDIA Tegra SoC family. |