summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2014-10-23 11:19:00 (GMT)
committerSimon Horman <horms+renesas@verge.net.au>2014-10-27 23:40:18 (GMT)
commit4ee7830c3ef9224bd078abe41a33c7396f827078 (patch)
tree93431edd5dbded935af000a9a4782ae00218e903
parent1618a677046b0391621708734f56886233210047 (diff)
downloadlinux-4ee7830c3ef9224bd078abe41a33c7396f827078.tar.xz
ARM: shmobile: r8a7740: Add A4SU pm domain support
Add support for the A4SU power domain. This domain contains the USBPHY hardware block, which is 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>
-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 74e6a67..27117a8 100644
--- a/arch/arm/mach-shmobile/pm-r8a7740.c
+++ b/arch/arm/mach-shmobile/pm-r8a7740.c
@@ -75,6 +75,9 @@ static struct rmobile_pm_domain r8a7740_pm_domains[] = {
}, {
.genpd.name = "A3SG",
.bit_shift = 13,
+ }, {
+ .genpd.name = "A4SU",
+ .bit_shift = 20,
},
};