summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-01-09 10:06:05 +0000
committerLinus Walleij <linus.walleij@linaro.org>2013-03-18 14:50:01 +0100
commitfda8373ce1cca8e6a889760bbb2676e17749f2a5 (patch)
tree0c2a487206028ac81d9dd475927287d44c439fa7 /arch/arm/mach-ux500
parent21db5ead16313bd8d0b4801784ee1f542df9c69b (diff)
downloadop-kernel-dev-fda8373ce1cca8e6a889760bbb2676e17749f2a5.zip
op-kernel-dev-fda8373ce1cca8e6a889760bbb2676e17749f2a5.tar.gz
ARM: ux500: Add Snowball pin configuration for user LED
Here we setup the GPIO pin responsible for illuminating the user LED on the Snowball low-cost development board. 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-pins.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-pins.c b/arch/arm/mach-ux500/board-mop500-pins.c
index ac99326..97f6366 100644
--- a/arch/arm/mach-ux500/board-mop500-pins.c
+++ b/arch/arm/mach-ux500/board-mop500-pins.c
@@ -747,6 +747,8 @@ static struct pinctrl_map __initdata snowball_pinmap[] = {
DB8500_PIN_HOG("GPIO21_AB3", out_hi),
/* Mux in "SM" which is used for the SMSC911x Ethernet adapter */
DB8500_MUX_HOG("sm_b_1", "sm"),
+ /* User LED */
+ DB8500_PIN_HOG("GPIO142_C11", gpio_out_hi),
/* Drive RSTn_LAN high */
DB8500_PIN_HOG("GPIO141_C12", gpio_out_hi),
/* Accelerometer/Magnetometer */
OpenPOWER on IntegriCloud