projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e7c638
)
ramips: add system LED indicators for TP-Link C20i
author
David Bauer
<
[email protected]
>
Thu, 2 Jan 2020 18:10:50 +0000
(19:10 +0100)
committer
David Bauer
<
[email protected]
>
Thu, 2 Jan 2020 20:41:58 +0000
(21:41 +0100)
Use the WPS LED to indicate system status like it is done for the
TP-Link Archer C2 v1 and many other boards.
Signed-off-by: David Bauer <
[email protected]
>
target/linux/ramips/dts/mt7620a_tplink_archer-c20i.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/mt7620a_tplink_archer-c20i.dts
b/target/linux/ramips/dts/mt7620a_tplink_archer-c20i.dts
index 694528d749374a028f797aab3fa886080e868331..a363af96cdeeb6d12c78adabdf3648790b481481 100644
(file)
--- a/
target/linux/ramips/dts/mt7620a_tplink_archer-c20i.dts
+++ b/
target/linux/ramips/dts/mt7620a_tplink_archer-c20i.dts
@@
-7,6
+7,10
@@
model = "TP-Link Archer C20i";
aliases {
+ led-boot = &led_wps;
+ led-failsafe = &led_wps;
+ led-running = &led_wps;
+ led-upgrade = &led_wps;
label-mac-device = ðernet;
};
@@
-25,7
+29,7
@@
linux,default-trigger = "usbport";
};
- wps {
+
led_wps:
wps {
label = "archer-c20i:blue:wps";
gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
};