aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2p.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2p.dts')
-rw-r--r--target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2p.dts5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2p.dts b/target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2p.dts
index 88ec3f0c306..b82b740dcd6 100644
--- a/target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2p.dts
+++ b/target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2p.dts
@@ -15,7 +15,8 @@
compatible = "gpio-leds";
led_indicator: indicator {
- label = "blue:indicator";
+ function = LED_FUNCTION_INDICATOR;
+ color = <LED_COLOR_ID_BLUE>;
gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
};
};
@@ -26,4 +27,6 @@
groups = "i2c", "gpio";
function = "gpio";
};
+#include <dt-bindings/leds/common.h>
+
};