aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/TL-WR840NV5.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/TL-WR840NV5.dts')
-rw-r--r--target/linux/ramips/dts/TL-WR840NV5.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/TL-WR840NV5.dts b/target/linux/ramips/dts/TL-WR840NV5.dts
index ecc0fedd59..abacfdf4bb 100644
--- a/target/linux/ramips/dts/TL-WR840NV5.dts
+++ b/target/linux/ramips/dts/TL-WR840NV5.dts
@@ -9,6 +9,10 @@
compatible = "tplink,tl-wr840n-v5", "mediatek,mt7628an-soc";
model = "TP-Link TL-WR840N v5";
+ aliases {
+ led-status = &led_power_green;
+ };
+
chosen {
bootargs = "console=ttyS0,115200";
};
@@ -34,7 +38,7 @@
gpio-leds {
compatible = "gpio-leds";
- power {
+ led_power_green: power {
label = "tl-wr840n-v5:green:power";
gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
};