summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2014-10-23 13:18:55 +0200
committerSimon Horman <horms+renesas@verge.net.au>2014-10-28 08:40:17 +0900
commit995d925058b63f8300b20d458d941a8a1306d8fb (patch)
treef260cf7cc1e2e2f9585d89a4bf642ac1e51689a7 /arch/arm/mach-shmobile
parent671c522a69fc6fa6960ada4c55bc7186f7d89a3a (diff)
downloadop-kernel-dev-995d925058b63f8300b20d458d941a8a1306d8fb.zip
op-kernel-dev-995d925058b63f8300b20d458d941a8a1306d8fb.tar.gz
ARM: shmobile: r8a7740: Add A3RV pm domain support
Add support for the A3RV power domain. This domain contains the VPU5F and VCP1 hardware blocks, which are currently not used by any driver. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/pm-r8a7740.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/pm-r8a7740.c b/arch/arm/mach-shmobile/pm-r8a7740.c
index e3f1464..1d91603 100644
--- a/arch/arm/mach-shmobile/pm-r8a7740.c
+++ b/arch/arm/mach-shmobile/pm-r8a7740.c
@@ -37,6 +37,9 @@ static struct rmobile_pm_domain r8a7740_pm_domains[] = {
.genpd.name = "A4LC",
.bit_shift = 1,
}, {
+ .genpd.name = "A3RV",
+ .bit_shift = 6,
+ }, {
.genpd.name = "A4S",
.bit_shift = 10,
.gov = &pm_domain_always_on_gov,
OpenPOWER on IntegriCloud