diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-09-18 15:50:59 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 11:08:07 +0200 |
commit | 4f01a04cdeefdc52e3c5379726c293e51bdd3f2b (patch) | |
tree | a4bbdfa74202b93ebcb14f8ccda5109df84a4e7b /arch/arm/mach-ux500/cpu-db8500.c | |
parent | ARM: ux500: Stop enabling GPIOs when not booting with Device Tree (diff) | |
download | linux-4f01a04cdeefdc52e3c5379726c293e51bdd3f2b.tar.xz linux-4f01a04cdeefdc52e3c5379726c293e51bdd3f2b.zip |
ARM: ux500: Deactivate enablement of DMA40 during ATAG booting
It's time to remove all ATAG support from ux500 and rely solely on
Device Tree booting. This patch is part of that endeavour.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index a9221cc019d6..9c0c9a70715a 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c @@ -32,7 +32,6 @@ #include "irqs.h" #include "devices-db8500.h" -#include "ste-dma40-db8500.h" #include "db8500-regs.h" #include "board-mop500.h" #include "id.h" @@ -134,7 +133,6 @@ static struct platform_device db8500_pmu_device = { }; static struct platform_device *platform_devs[] __initdata = { - &u8500_dma40_device, &db8500_pmu_device, }; |