aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include/mach/r8a7740.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2012-07-05 04:25:58 -0400
committerRafael J. Wysocki <rjw@sisk.pl>2012-07-06 14:40:17 -0400
commit8459293c27bcd13aabacb7ee8097f6818f2ceedb (patch)
treed61c97e8d9b81ffe57df0d2c39d4ebdecda8b642 /arch/arm/mach-shmobile/include/mach/r8a7740.h
parent444c5ed8d746140cd8f5591f708e5f1f84a9876e (diff)
ARM: shmobile: r8a7740: add A4S pm domain support
This patch adds basic A4S pm domain support. Now, below devices can be controled by PM Common-SHwy, Common-HPB, BSC, MFI, MMFROM, HS-SHwy, SYS-HPB, INTCA, DBSC, DDRPHY (Logic), ATAPI, GbEther, AXI-bus 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/mach/r8a7740.h')
-rw-r--r--arch/arm/mach-shmobile/include/mach/r8a7740.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7740.h b/arch/arm/mach-shmobile/include/mach/r8a7740.h
index 8bd7b9c136a1..e8c87e92a60d 100644
--- a/arch/arm/mach-shmobile/include/mach/r8a7740.h
+++ b/arch/arm/mach-shmobile/include/mach/r8a7740.h
@@ -19,6 +19,8 @@
19#ifndef __ASM_R8A7740_H__ 19#ifndef __ASM_R8A7740_H__
20#define __ASM_R8A7740_H__ 20#define __ASM_R8A7740_H__
21 21
22#include <mach/pm-rmobile.h>
23
22/* 24/*
23 * MD_CKx pin 25 * MD_CKx pin
24 */ 26 */
@@ -604,4 +606,8 @@ enum {
604 SHDMA_SLAVE_USBHS_RX, 606 SHDMA_SLAVE_USBHS_RX,
605}; 607};
606 608
609#ifdef CONFIG_PM
610extern struct rmobile_pm_domain r8a7740_pd_a4s;
611#endif /* CONFIG_PM */
612
607#endif /* __ASM_R8A7740_H__ */ 613#endif /* __ASM_R8A7740_H__ */