]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
ARM: shmobile: r8a7740/armadillo legacy: Add A4MP pm domain support
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 23 Oct 2014 11:18:57 +0000 (13:18 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 27 Oct 2014 23:40:17 +0000 (08:40 +0900)
Add support for the A4MP power domain, and hook up the HDMI-Link and FSI
hardware blocks.
This domain also contains the SPU2, FMSI, and BBIF2 hardware blocks,
but these 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>
arch/arm/mach-shmobile/board-armadillo800eva.c
arch/arm/mach-shmobile/pm-r8a7740.c

index 0aa5bbdbd1533931dd3e3b81dc682d1a172eef59..e06444370a8696836b07174d4da9fe98550a57ec 100644 (file)
@@ -1234,6 +1234,8 @@ static void __init eva_init(void)
        static struct pm_domain_device domain_devices[] __initdata = {
                { "A4LC", &lcdc0_device },
                { "A4LC", &hdmi_lcdc_device },
+               { "A4MP", &hdmi_device },
+               { "A4MP", &fsi_device },
                { "A4S",  &sh_eth_device },
                { "A3SP", &pwm_device },
                { "A3SP", &sdhi0_device },
index 932c2a621e81ac266a1d00a238f6e5dbcb4b142c..081a4f9726a0c909b35462fffc99f38d5bb7f698 100644 (file)
@@ -36,6 +36,9 @@ static struct rmobile_pm_domain r8a7740_pm_domains[] = {
        {
                .genpd.name     = "A4LC",
                .bit_shift      = 1,
+       }, {
+               .genpd.name     = "A4MP",
+               .bit_shift      = 2,
        }, {
                .genpd.name     = "A3RV",
                .bit_shift      = 6,