aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9558_devolo_dvl1750c.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/qca9558_devolo_dvl1750c.dts')
-rw-r--r--target/linux/ath79/dts/qca9558_devolo_dvl1750c.dts15
1 files changed, 6 insertions, 9 deletions
diff --git a/target/linux/ath79/dts/qca9558_devolo_dvl1750c.dts b/target/linux/ath79/dts/qca9558_devolo_dvl1750c.dts
index 567f3c9ee4..bd57f34e53 100644
--- a/target/linux/ath79/dts/qca9558_devolo_dvl1750c.dts
+++ b/target/linux/ath79/dts/qca9558_devolo_dvl1750c.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,22 +8,22 @@
model = "devolo WiFi pro 1750c";
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;
};
leds {
compatible = "gpio-leds";
- status_blue: status_blue {
+ led_status_blue: status_blue {
label = "dvl1750c:blue:status";
gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
default-state = "on";
};
- status_red: status_red {
+ led_status_red: status_red {
label = "dvl1750c:red:status";
gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
};