summaryrefslogtreecommitdiff
path: root/arch/mips/boot/dts/qca/ar9331_dragino_ms14.dts
diff options
context:
space:
mode:
authorArınç ÜNAL <arinc.unal@arinc9.com>2023-02-11 13:49:14 +0300
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2023-02-17 11:58:14 +0100
commit09e61efd884ca68a768717d60858f138685b161b (patch)
tree197b44e3fcbb76d7bea83180a921111f686b94f1 /arch/mips/boot/dts/qca/ar9331_dragino_ms14.dts
parent159c610af8cdf2b3c915e59162fc867b557cbe7e (diff)
mips: dts: align LED node names with dtschema
The node names should be generic and DT schema expects certain pattern: mt7621-gnubee-gb-pc1.dtb: gpio-leds: 'power', 'system' do not match any of the regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+' Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot/dts/qca/ar9331_dragino_ms14.dts')
-rw-r--r--arch/mips/boot/dts/qca/ar9331_dragino_ms14.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/boot/dts/qca/ar9331_dragino_ms14.dts b/arch/mips/boot/dts/qca/ar9331_dragino_ms14.dts
index 40e4c5da0e65..7affa58d4fa6 100644
--- a/arch/mips/boot/dts/qca/ar9331_dragino_ms14.dts
+++ b/arch/mips/boot/dts/qca/ar9331_dragino_ms14.dts
@@ -22,25 +22,25 @@
leds {
compatible = "gpio-leds";
- wlan {
+ led-wlan {
label = "dragino2:red:wlan";
gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
default-state = "off";
};
- lan {
+ led-lan {
label = "dragino2:red:lan";
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
default-state = "off";
};
- wan {
+ led-wan {
label = "dragino2:red:wan";
gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
default-state = "off";
};
- system {
+ led-system {
label = "dragino2:red:system";
gpios = <&gpio 28 GPIO_ACTIVE_HIGH>;
default-state = "off";