From: Geert Uytterhoeven Date: Thu, 23 Oct 2014 11:19:00 +0000 (+0200) Subject: ARM: shmobile: r8a7740: Add A4SU pm domain support X-Git-Tag: v3.19-rc1~169^2~29^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4ee7830c3ef9224bd078abe41a33c7396f827078;p=karo-tx-linux.git 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 Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/pm-r8a7740.c b/arch/arm/mach-shmobile/pm-r8a7740.c index 74e6a67a28d3..27117a8a49ad 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, }, };