[openwrt/openwrt] ramips: improve Xiaomi mi-mini indications
LEDE Commits
lede-commits at lists.infradead.org
Mon Aug 14 11:09:45 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/54e5e396c59948224dfb8ccf7aa8afe11462f647
commit 54e5e396c59948224dfb8ccf7aa8afe11462f647
Author: Ivan Pavlov <AuthorReflex at gmail.com>
AuthorDate: Wed Aug 2 08:23:02 2023 +0300
ramips: improve Xiaomi mi-mini indications
Sets status indications led color on Xiaomi mi-mini router as other Xiaomi routers
Signed-off-by: Ivan Pavlov <AuthorReflex at gmail.com>
---
target/linux/ramips/dts/mt7620a_xiaomi_miwifi-mini.dts | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/target/linux/ramips/dts/mt7620a_xiaomi_miwifi-mini.dts b/target/linux/ramips/dts/mt7620a_xiaomi_miwifi-mini.dts
index 1dd3f2eb47..95868c9be9 100644
--- a/target/linux/ramips/dts/mt7620a_xiaomi_miwifi-mini.dts
+++ b/target/linux/ramips/dts/mt7620a_xiaomi_miwifi-mini.dts
@@ -8,8 +8,8 @@
model = "Xiaomi MiWiFi Mini";
aliases {
- led-boot = &led_blue;
- led-failsafe = &led_blue;
+ led-boot = &led_yellow;
+ led-failsafe = &led_red;
led-running = &led_blue;
led-upgrade = &led_blue;
label-mac-device = ðernet;
@@ -25,15 +25,14 @@
led_blue: blue {
label = "blue:status";
gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
- default-state = "on";
};
- yellow {
+ led_yellow: yellow {
label = "yellow:status";
gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;
};
- red {
+ led_red: red {
label = "red:status";
gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
};
More information about the lede-commits
mailing list