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>
This commit is contained in:
@@ -77,6 +77,7 @@
|
||||
used-led {
|
||||
label = "user_led";
|
||||
gpios = <&gpio4 14 0x4>;
|
||||
default-state = "on";
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user