]> Pileus Git - ~andy/linux/commitdiff
ARM: ux500: Stop passing GPIO pdata when booitng with ATAGs enabled
authorLee Jones <lee.jones@linaro.org>
Wed, 21 Aug 2013 14:39:53 +0000 (15:39 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 26 Sep 2013 09:07:30 +0000 (11:07 +0200)
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>
arch/arm/mach-ux500/board-mop500.c

index 48fbe2438ecccf4701b0cf7f857d21c6ad554339..ca169f6a34c4cbac3b24ccb15cae4cd434315013 100644 (file)
 #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,
 };
 
 /*