summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-08-21 15:39:53 +0100
committerLinus Walleij <linus.walleij@linaro.org>2013-09-26 11:07:30 +0200
commitc8bc7a8a13da97103ff94e1646678a2f8438e9b5 (patch)
tree7a4275de4262166d323b77eda1bad2131d8102d8 /arch/arm/mach-ux500
parent90375f8cd5c6e8b3d2d85ad716f587f401e5a172 (diff)
downloadop-kernel-dev-c8bc7a8a13da97103ff94e1646678a2f8438e9b5.zip
op-kernel-dev-c8bc7a8a13da97103ff94e1646678a2f8438e9b5.tar.gz
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')
-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 48fbe24..ca169f6 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,
};
/*
OpenPOWER on IntegriCloud