diff options
author | Daniel F. Dickinson <cshored@thecshore.com> | 2018-12-06 01:24:11 -0500 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-12-06 20:26:57 +0100 |
commit | 32bc733796e1d409db656fbadd9ca5e2a2468ae9 (patch) | |
tree | b5e3fa8a34eeab546cd48b28f07edc4426c4e66c /target | |
parent | 3358cae5238d66c73b0328b007a1cbb073bc8275 (diff) | |
download | upstream-32bc733796e1d409db656fbadd9ca5e2a2468ae9.tar.gz upstream-32bc733796e1d409db656fbadd9ca5e2a2468ae9.tar.bz2 upstream-32bc733796e1d409db656fbadd9ca5e2a2468ae9.zip |
ath79: dts: Use PowerCloud CAP324 bicolor status LED
PowerCloud Systems CAP324 has a bicolor power LED and OpenWrt DTS files /
base files support using both colours to better inform user of state
and to better match stock firmware, so use green power to indicate
normal operation.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/dts/ar9344_pcs_cap324.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ath79/dts/ar9344_pcs_cap324.dts b/target/linux/ath79/dts/ar9344_pcs_cap324.dts index 1a21d7ce83..e29589cad2 100644 --- a/target/linux/ath79/dts/ar9344_pcs_cap324.dts +++ b/target/linux/ath79/dts/ar9344_pcs_cap324.dts @@ -14,7 +14,7 @@ serial0 = &uart; led-boot = &status; led-failsafe = &status; - led-running = &status; + led-running = &running; led-upgrade = &status; }; @@ -36,13 +36,13 @@ leds { compatible = "gpio-leds"; - power_amber { + status: power_amber { label = "pcs:amber:power"; gpios = <&gpio 13 GPIO_ACTIVE_LOW>; default-state = "off"; }; - status: power_green { + running: power_green { label = "pcs:green:power"; gpios = <&gpio 12 GPIO_ACTIVE_LOW>; default-state = "on"; |