Skip to content

Commit

Permalink
ath79: ubnt-xw: Add LED aliases for diag and status LED support
Browse files Browse the repository at this point in the history
Currently there is no LED signalization for various system states
implemented in diag.sh, so this patch adds support for it.

Tested-by: Joe Ayers <ae6xe@arrl.net>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
  • Loading branch information
ynezz authored and chunkeey committed Dec 27, 2018
1 parent 32141c1 commit 965ce07
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion target/linux/ath79/dts/ar9342_ubnt_xw.dtsi
Expand Up @@ -9,6 +9,13 @@
compatible = "ubnt,xw", "qca,ar9342";
model = "Ubiquiti Networks XW board";

aliases {
led-boot = &system;
led-running = &system;
led-upgrade = &system;
led-failsafe = &system;
};

gpio-leds {
compatible = "gpio-leds";

Expand All @@ -27,7 +34,7 @@
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
};

link4 {
system: link4 {
label = "ubnt:green:link4";
gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
};
Expand Down

0 comments on commit 965ce07

Please sign in to comment.