aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/snowball.dts
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-06-15 04:30:30 -0400
committerLee Jones <lee.jones@linaro.org>2012-07-13 03:55:45 -0400
commit7fd975fabe65ee8cc1d53811c9aa607e95def406 (patch)
tree74cf5ef57921e1f999fa895675cf8fb03f95b09a /arch/arm/boot/dts/snowball.dts
parent8733f53c67544ccf358437cc8bb5a175c351ceba (diff)
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/dts/snowball.dts')
-rw-r--r--arch/arm/boot/dts/snowball.dts1
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 @@
77 used-led { 77 used-led {
78 label = "user_led"; 78 label = "user_led";
79 gpios = <&gpio4 14 0x4>; 79 gpios = <&gpio4 14 0x4>;
80 default-state = "on";
80 }; 81 };
81 }; 82 };
82 83