diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-06-15 09:30:30 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-07-13 09:55:45 +0200 |
commit | 7fd975fabe65ee8cc1d53811c9aa607e95def406 (patch) | |
tree | 74cf5ef57921e1f999fa895675cf8fb03f95b09a /arch/arm/mach-ux500 | |
parent | 8733f53c67544ccf358437cc8bb5a175c351ceba (diff) | |
download | linux-7fd975fabe65ee8cc1d53811c9aa607e95def406.tar.bz2 |
ARM: ux500: Enable the user LED on Snowball via Device Tree
This patch enables and illuminates the user_led on the
Snowball low-cost development board using DT. It also
removes initialisation carried out from platform code.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index 2130faec0c47..e4e63c76c28d 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c @@ -819,7 +819,7 @@ static void __init u8500_init_machine(void) } else if (of_machine_is_compatible("calaosystems,snowball-a9500")) { /* * Devices to be DT:ed: - * snowball_led_dev = todo + * snowball_led_dev = done * snowball_key_dev = todo * snowball_sbnet_dev = done * ab8500_device = done |