Skip to content

Commit

Permalink
ARM: ux500: Enable the user LED on Snowball via Device Tree
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lee Jones committed Jul 13, 2012
1 parent 8733f53 commit 7fd975f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/snowball.dts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
used-led {
label = "user_led";
gpios = <&gpio4 14 0x4>;
default-state = "on";
};
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-ux500/board-mop500.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fd975f

Please sign in to comment.