From: Paul Wassi Date: Mon, 31 Dec 2018 12:59:31 +0000 (+0100) Subject: ath79: add status LED on GL.iNet AR300M X-Git-Tag: v19.07.0-rc1~1698 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=48745221a8b4cdd18811a071387915e3ad1587ee ath79: add status LED on GL.iNet AR300M This adds the triggers for the status LED of this device. Signed-off-by: Paul Wassi --- diff --git a/target/linux/ath79/dts/qca9531_glinet_gl-ar300m.dtsi b/target/linux/ath79/dts/qca9531_glinet_gl-ar300m.dtsi index 34fcfb32c3..2a0c4385cd 100644 --- a/target/linux/ath79/dts/qca9531_glinet_gl-ar300m.dtsi +++ b/target/linux/ath79/dts/qca9531_glinet_gl-ar300m.dtsi @@ -6,6 +6,13 @@ #include "qca953x.dtsi" / { + aliases { + led-boot = &led_status; + led-failsafe = &led_status; + led-running = &led_status; + led-upgrade = &led_status; + }; + keys { compatible = "gpio-keys-polled"; poll-interval = <20>; @@ -52,7 +59,7 @@ gpios = <&gpio 13 GPIO_ACTIVE_LOW>; }; - status { + led_status: status { label = "gl-ar300m:green:status"; gpios = <&gpio 3 GPIO_ACTIVE_LOW>; };