diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-11-17 05:33:19 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-11-26 15:01:57 -0500 |
commit | 2f4b84f8ecd2e4680a2e205e78d5ccdf56bd87d7 (patch) | |
tree | c67efd6c950b3db8c27ade613176ac6f719e6abe /arch/arm/mach-ux500 | |
parent | fd8f9eac9dca386f54dfeff94afd03c84ec72ca1 (diff) |
ARM: ux500: move snowball LED pin control to device tree
This moves the Snowball LED pin config to the device tree.
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-pins.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-pins.c b/arch/arm/mach-ux500/board-mop500-pins.c index 0e5d2684bc9a..aae9cfcfd56a 100644 --- a/arch/arm/mach-ux500/board-mop500-pins.c +++ b/arch/arm/mach-ux500/board-mop500-pins.c | |||
@@ -297,8 +297,6 @@ static struct pinctrl_map __initdata ab8505_pinmap[] = { | |||
297 | }; | 297 | }; |
298 | 298 | ||
299 | static struct pinctrl_map __initdata snowball_pinmap[] = { | 299 | static struct pinctrl_map __initdata snowball_pinmap[] = { |
300 | /* User LED */ | ||
301 | DB8500_PIN_HOG("GPIO142_C11", gpio_out_hi), | ||
302 | /* Accelerometer/Magnetometer */ | 300 | /* Accelerometer/Magnetometer */ |
303 | DB8500_PIN_HOG("GPIO163_C20", gpio_in_pu), /* ACCEL_IRQ1 */ | 301 | DB8500_PIN_HOG("GPIO163_C20", gpio_in_pu), /* ACCEL_IRQ1 */ |
304 | DB8500_PIN_HOG("GPIO164_B21", gpio_in_pu), /* ACCEL_IRQ2 */ | 302 | DB8500_PIN_HOG("GPIO164_B21", gpio_in_pu), /* ACCEL_IRQ2 */ |