diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-05-14 09:48:37 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-05-18 15:07:15 +0200 |
commit | 26ef94dc8b97156ce1ce3fb74855a598dac067aa (patch) | |
tree | 34a106301397464f67e0fcfd1672fe272590685c /arch/arm/mach-ux500/cpu-db8500.c | |
parent | 58202033faca18198af21dabb7e75481d4a2cd8a (diff) | |
download | blackbird-obmc-linux-26ef94dc8b97156ce1ce3fb74855a598dac067aa.tar.gz blackbird-obmc-linux-26ef94dc8b97156ce1ce3fb74855a598dac067aa.zip |
ARM: ux500: get rid of static GIC dist base
The GIC distributor was mapped statically for the PM code
but the driver already get the base address from the DT.
Augment the PM code to get the base from the device tree
and remove the static map.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/cpu-db8500.c')
-rw-r--r-- | arch/arm/mach-ux500/cpu-db8500.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index 0b3ebbf38702..a36fdd8657d2 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c @@ -47,7 +47,6 @@ static struct prcmu_pdata db8500_prcmu_pdata = { static struct map_desc u8500_common_io_desc[] __initdata = { /* SCU base also covers GIC CPU BASE and TWD with its 4K page */ __IO_DEV_DESC(U8500_SCU_BASE, SZ_4K), - __IO_DEV_DESC(U8500_GIC_DIST_BASE, SZ_4K), __IO_DEV_DESC(U8500_L2CC_BASE, SZ_4K), __IO_DEV_DESC(U8500_BACKUPRAM0_BASE, SZ_8K), }; |