aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/WT3020.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/WT3020.dtsi')
-rw-r--r--target/linux/ramips/dts/WT3020.dtsi6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/WT3020.dtsi b/target/linux/ramips/dts/WT3020.dtsi
index 91720e32c9..b60d6fe3a2 100644
--- a/target/linux/ramips/dts/WT3020.dtsi
+++ b/target/linux/ramips/dts/WT3020.dtsi
@@ -6,6 +6,10 @@
/ {
compatible = "nexx,wt3020", "ralink,mt7620n-soc";
+ aliases {
+ led-status = &led_power;
+ };
+
gpio-keys-polled {
compatible = "gpio-keys-polled";
#address-cells = <1>;
@@ -22,7 +26,7 @@
gpio-leds {
compatible = "gpio-leds";
- power {
+ led_power: power {
label = "wt3020:blue:power";
gpios = <&gpio3 0 GPIO_ACTIVE_HIGH>;
};