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 <jonathanh@nvidia.com> Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
4d3457826a
commit
988232412e
|
@ -161,6 +161,8 @@ config ARCH_TEGRA
|
||||||
select GENERIC_CLOCKEVENTS
|
select GENERIC_CLOCKEVENTS
|
||||||
select HAVE_CLK
|
select HAVE_CLK
|
||||||
select PINCTRL
|
select PINCTRL
|
||||||
|
select PM
|
||||||
|
select PM_GENERIC_DOMAINS
|
||||||
select RESET_CONTROLLER
|
select RESET_CONTROLLER
|
||||||
help
|
help
|
||||||
This enables support for the NVIDIA Tegra SoC family.
|
This enables support for the NVIDIA Tegra SoC family.
|
||||||
|
|
Loading…
Reference in New Issue