aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2021-03-24 11:30:23 +0100
committerÁlvaro Fernández Rojas <noltari@gmail.com>2021-03-29 18:23:38 +0200
commitbb2d6ffe61546d6760e5c56ba02f3f2eb8114013 (patch)
tree2837f64ccbf77f409535b2340d539866132bf5fa /target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts
parent08d8a3646b938a22c5dc312bb73bc1d81c00f992 (diff)
downloadupstream-bb2d6ffe61546d6760e5c56ba02f3f2eb8114013.tar.gz
upstream-bb2d6ffe61546d6760e5c56ba02f3f2eb8114013.tar.bz2
upstream-bb2d6ffe61546d6760e5c56ba02f3f2eb8114013.zip
bmips: dts: align LEDs
Align all bmips devices LED configurations. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts')
-rw-r--r--target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts7
1 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts b/target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts
index 4c00df32b9..b4d2047cd8 100644
--- a/target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts
+++ b/target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts
@@ -11,6 +11,9 @@
led-failsafe = &led_power_red;
led-running = &led_power_green;
led-upgrade = &led_power_green;
+
+ led-dsl = &led_dsl_green;
+ led-internet = &led_internet_green;
};
keys {
@@ -28,12 +31,12 @@
leds {
compatible = "gpio-leds";
- led@2 {
+ led_dsl_green: led@2 {
label = "green:dsl";
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
};
- led@5 {
+ led_internet_green: led@5 {
label = "green:internet";
gpios = <&gpio 5 GPIO_ACTIVE_HIGH>;
};