aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2012-07-05 04:26:31 -0400
committerRafael J. Wysocki <rjw@sisk.pl>2012-07-06 14:40:17 -0400
commit802a5639aa7041b27cb865d3be289cd8afe3387b (patch)
tree07758785d8c128290babef0de2b47fd475210a59 /arch/arm/mach-shmobile/include
parent8459293c27bcd13aabacb7ee8097f6818f2ceedb (diff)
ARM: shmobile: r8a7740: add A3SP pm domain support
This patch adds basic A3SP pm domain support. Now, below devices can be controled by PM DMAC1/2/3, IPMMU, DDM, FLCTL, SYS-HPB, BBIF1, MSIOF1/2, SCIFA,SCIFB, IIC1, IrDA, USBH, USBDMAC, SDHI0/1/2, TPU, DREQPAK (Sys), MMCIF, RSPI, SIM, USBF Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r--arch/arm/mach-shmobile/include/mach/r8a7740.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7740.h b/arch/arm/mach-shmobile/include/mach/r8a7740.h
index e8c87e92a60d..a5691cf38475 100644
--- a/arch/arm/mach-shmobile/include/mach/r8a7740.h
+++ b/arch/arm/mach-shmobile/include/mach/r8a7740.h
@@ -608,6 +608,7 @@ enum {
608 608
609#ifdef CONFIG_PM 609#ifdef CONFIG_PM
610extern struct rmobile_pm_domain r8a7740_pd_a4s; 610extern struct rmobile_pm_domain r8a7740_pd_a4s;
611extern struct rmobile_pm_domain r8a7740_pd_a3sp;
611#endif /* CONFIG_PM */ 612#endif /* CONFIG_PM */
612 613
613#endif /* __ASM_R8A7740_H__ */ 614#endif /* __ASM_R8A7740_H__ */