diff options
author | Magnus Damm <damm@opensource.se> | 2011-07-10 04:38:22 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2011-07-10 04:38:22 -0400 |
commit | d24771dec9c62945a5d1c6a37e7a04f5c2a2ae6f (patch) | |
tree | 3f279b3a0e0bff86d892b87e361fd2004928c122 /arch/arm/mach-shmobile/include/mach/sh7372.h | |
parent | c1ba5bb5608664b37a3b1ac647e0dd67d46ddc99 (diff) |
ARM: mach-shmobile: sh7372 D4 support
Add support for the sh7372 D4 power domain. This power domain
contains the Coresight-ETM hardware block.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/sh7372.h')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/sh7372.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/sh7372.h b/arch/arm/mach-shmobile/include/mach/sh7372.h index f3ceced6ebe9..ce595cee86cd 100644 --- a/arch/arm/mach-shmobile/include/mach/sh7372.h +++ b/arch/arm/mach-shmobile/include/mach/sh7372.h | |||
@@ -486,6 +486,7 @@ static inline struct sh7372_pm_domain *to_sh7372_pd(struct generic_pm_domain *d) | |||
486 | #ifdef CONFIG_PM | 486 | #ifdef CONFIG_PM |
487 | extern struct sh7372_pm_domain sh7372_a4lc; | 487 | extern struct sh7372_pm_domain sh7372_a4lc; |
488 | extern struct sh7372_pm_domain sh7372_a4mp; | 488 | extern struct sh7372_pm_domain sh7372_a4mp; |
489 | extern struct sh7372_pm_domain sh7372_d4; | ||
489 | extern struct sh7372_pm_domain sh7372_a3rv; | 490 | extern struct sh7372_pm_domain sh7372_a3rv; |
490 | extern struct sh7372_pm_domain sh7372_a3ri; | 491 | extern struct sh7372_pm_domain sh7372_a3ri; |
491 | extern struct sh7372_pm_domain sh7372_a3sg; | 492 | extern struct sh7372_pm_domain sh7372_a3sg; |