aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9558_devolo_dvl1750e.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/qca9558_devolo_dvl1750e.dts')
-rw-r--r--target/linux/ath79/dts/qca9558_devolo_dvl1750e.dts15
1 files changed, 6 insertions, 9 deletions
diff --git a/target/linux/ath79/dts/qca9558_devolo_dvl1750e.dts b/target/linux/ath79/dts/qca9558_devolo_dvl1750e.dts
index 3d25004c40..9e50d9ffe8 100644
--- a/target/linux/ath79/dts/qca9558_devolo_dvl1750e.dts
+++ b/target/linux/ath79/dts/qca9558_devolo_dvl1750e.dts
@@ -1,9 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;
-#include <dt-bindings/gpio/gpio.h>
-#include <dt-bindings/input/input.h>
-
#include "qca9558_devolo_dvl1xxx.dtsi"
/ {
@@ -11,10 +8,10 @@
model = "devolo WiFi pro 1750e";
aliases {
- led-boot = &status_blue;
- led-failsafe = &status_red;
- led-running = &status_blue;
- led-upgrade = &status_red;
+ led-boot = &led_status_blue;
+ led-failsafe = &led_status_red;
+ led-running = &led_status_blue;
+ led-upgrade = &led_status_red;
};
keys {
@@ -37,13 +34,13 @@
leds {
compatible = "gpio-leds";
- status_blue: status_blue {
+ led_status_blue: status_blue {
label = "dvl1750e:blue:status";
gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
default-state = "on";
};
- status_red: status_red {
+ led_status_red: status_red {
label = "dvl1750e:red:status";
gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
};