diff options
author | Magnus Damm <damm@opensource.se> | 2011-07-10 10:38:22 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2011-07-10 10:38:22 +0200 |
commit | d24771dec9c62945a5d1c6a37e7a04f5c2a2ae6f (patch) | |
tree | 3f279b3a0e0bff86d892b87e361fd2004928c122 /arch/arm/mach-shmobile/pm-sh7372.c | |
parent | ARM: mach-shmobile: sh7372 A4MP support (diff) | |
download | linux-d24771dec9c62945a5d1c6a37e7a04f5c2a2ae6f.tar.xz linux-d24771dec9c62945a5d1c6a37e7a04f5c2a2ae6f.zip |
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/pm-sh7372.c')
-rw-r--r-- | arch/arm/mach-shmobile/pm-sh7372.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/pm-sh7372.c b/arch/arm/mach-shmobile/pm-sh7372.c index f3bd95f1a4a0..a8e0de1277dc 100644 --- a/arch/arm/mach-shmobile/pm-sh7372.c +++ b/arch/arm/mach-shmobile/pm-sh7372.c @@ -129,6 +129,10 @@ struct sh7372_pm_domain sh7372_a4mp = { .bit_shift = 2, }; +struct sh7372_pm_domain sh7372_d4 = { + .bit_shift = 3, +}; + struct sh7372_pm_domain sh7372_a3rv = { .bit_shift = 6, }; |