diff options
author | Kuninori Morimoto | 2012-07-05 10:26:53 +0200 |
---|---|---|
committer | Rafael J. Wysocki | 2012-07-06 20:40:17 +0200 |
commit | a330ce3cdaba5202051edf8ae69482e15fdc9db5 (patch) | |
tree | 837108626b9af8e0c5b41d2fdc768251789645d6 /arch/arm/mach-shmobile/include/mach/r8a7740.h | |
parent | ARM: shmobile: r8a7740: add A3SP pm domain support (diff) | |
download | kernel-qcow2-linux-a330ce3cdaba5202051edf8ae69482e15fdc9db5.tar.gz kernel-qcow2-linux-a330ce3cdaba5202051edf8ae69482e15fdc9db5.tar.xz kernel-qcow2-linux-a330ce3cdaba5202051edf8ae69482e15fdc9db5.zip |
ARM: shmobile: r8a7740: add A4LC pm domain support
This patch adds basic A4LC pm domain support.
Now, below devices can be controled by PM
MERAM, LCDC, VOU, ICBS, SDENC-Link
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.h | 1 |
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 a5691cf38475..7143147780df 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7740.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7740.h @@ -609,6 +609,7 @@ enum { #ifdef CONFIG_PM extern struct rmobile_pm_domain r8a7740_pd_a4s; extern struct rmobile_pm_domain r8a7740_pd_a3sp; +extern struct rmobile_pm_domain r8a7740_pd_a4lc; #endif /* CONFIG_PM */ #endif /* __ASM_R8A7740_H__ */ |