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/boot | |
parent | 8733f53c67544ccf358437cc8bb5a175c351ceba (diff) | |
download | blackbird-op-linux-7fd975fabe65ee8cc1d53811c9aa607e95def406.tar.gz blackbird-op-linux-7fd975fabe65ee8cc1d53811c9aa607e95def406.zip |
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/boot')
-rw-r--r-- | arch/arm/boot/dts/snowball.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts index 68f66f3096a0..aefcb7f3825e 100644 --- a/arch/arm/boot/dts/snowball.dts +++ b/arch/arm/boot/dts/snowball.dts @@ -77,6 +77,7 @@ used-led { label = "user_led"; gpios = <&gpio4 14 0x4>; + default-state = "on"; }; }; |