summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/board-mop500.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-08-21 16:39:53 +0200
committerLinus Walleij <linus.walleij@linaro.org>2013-09-26 11:07:30 +0200
commitc8bc7a8a13da97103ff94e1646678a2f8438e9b5 (patch)
tree7a4275de4262166d323b77eda1bad2131d8102d8 /arch/arm/mach-ux500/board-mop500.c
parentARM: ux500: Prevent CODEC platform data from being passed when booting ATAGs (diff)
downloadlinux-c8bc7a8a13da97103ff94e1646678a2f8438e9b5.tar.xz
linux-c8bc7a8a13da97103ff94e1646678a2f8438e9b5.zip
ARM: ux500: Stop passing GPIO pdata when booitng with ATAGs enabled
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/board-mop500.c')
-rw-r--r--arch/arm/mach-ux500/board-mop500.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index 48fbe2438ecc..ca169f6a34c4 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -50,14 +50,9 @@
#include "board-mop500.h"
#include "board-mop500-regulators.h"
-static struct abx500_gpio_platform_data ab8500_gpio_pdata = {
- .gpio_base = MOP500_AB8500_PIN_GPIO(1),
-};
-
struct ab8500_platform_data ab8500_platdata = {
.irq_base = MOP500_AB8500_IRQ_BASE,
.regulator = &ab8500_regulator_plat_data,
- .gpio = &ab8500_gpio_pdata,
};
/*