diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-05-09 16:28:46 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-05-09 16:28:46 +0200 |
commit | b7dcc6d01ffcaab262d52af0b91110463ee045f5 (patch) | |
tree | c537282709bed8a33977320368b450dbb8279e93 /include/soc | |
parent | 2f0e234039339784ac9b3035d13e2e125844d69d (diff) | |
parent | a38045121bf42110e6043d07315a7626b021a0db (diff) | |
download | linux-stable-b7dcc6d01ffcaab262d52af0b91110463ee045f5.tar.gz linux-stable-b7dcc6d01ffcaab262d52af0b91110463ee045f5.tar.bz2 linux-stable-b7dcc6d01ffcaab262d52af0b91110463ee045f5.zip |
Merge tag 'tegra-for-4.7-genpd' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/drivers
Merge "soc/tegra: Add generic PM domain support" from Thierry Reding:
Implements generic PM domain support on top of the existing Tegra power-
gate API. Drivers are thus allowed to move away from the Tegra-specific
API and towards using generic power domains directly.
* tag 'tegra-for-4.7-genpd' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
soc/tegra: pmc: Add generic PM domain support
dt-bindings: Add power domain info for NVIDIA PMC
Diffstat (limited to 'include/soc')
-rw-r--r-- | include/soc/tegra/pmc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/tegra/pmc.h b/include/soc/tegra/pmc.h index 07e332dd44fb..e9e53473a63e 100644 --- a/include/soc/tegra/pmc.h +++ b/include/soc/tegra/pmc.h @@ -72,6 +72,7 @@ int tegra_pmc_cpu_remove_clamping(unsigned int cpuid); #define TEGRA_POWERGATE_AUD 27 #define TEGRA_POWERGATE_DFD 28 #define TEGRA_POWERGATE_VE2 29 +#define TEGRA_POWERGATE_MAX TEGRA_POWERGATE_VE2 #define TEGRA_POWERGATE_3D0 TEGRA_POWERGATE_3D |