]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/arm/mach-integrator/integrator_ap.c
ARM: Integrator: fix Integrator/CP definitions, move to platform.h
[mirror_ubuntu-zesty-kernel.git] / arch / arm / mach-integrator / integrator_ap.c
index 93da7d4e459b1ca2bddd10518660c637e6b19c2f..45bba041c8d0ba0983a64556c3df9573b9f21bd0 100644 (file)
@@ -118,8 +118,8 @@ static struct map_desc ap_io_desc[] __initdata = {
                .length         = SZ_4K,
                .type           = MT_DEVICE
        }, {
-               .virtual        = IO_ADDRESS(INTEGRATOR_GPIO_BASE),
-               .pfn            = __phys_to_pfn(INTEGRATOR_GPIO_BASE),
+               .virtual        = IO_ADDRESS(INTEGRATOR_AP_GPIO_BASE),
+               .pfn            = __phys_to_pfn(INTEGRATOR_AP_GPIO_BASE),
                .length         = SZ_4K,
                .type           = MT_DEVICE
        }, {