From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Mon, 27 Oct 2014 03:57:13 +0000 Subject: Re: [PATCH v3 05/11] ARM: shmobile: r8a7740: Add A3RV pm domain support Message-Id: <20141027035713.GD31487@verge.net.au> List-Id: References: <1414063141-8856-1-git-send-email-geert+renesas@glider.be> <1414063141-8856-6-git-send-email-geert+renesas@glider.be> In-Reply-To: <1414063141-8856-6-git-send-email-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Thu, Oct 23, 2014 at 01:18:55PM +0200, Geert Uytterhoeven wrote: > 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 Thanks, I have queued this up. > --- > v3: > - No changes, > v2: > - No changes. > --- > arch/arm/mach-shmobile/pm-r8a7740.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/mach-shmobile/pm-r8a7740.c b/arch/arm/mach-shmobile/pm-r8a7740.c > index e3f1464482371bb4..1d916038660d4b8a 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, > -- > 1.9.1 >