[openwrt/openwrt] ramips: improve Xiaomi mi-mini indications

LEDE Commits lede-commits at lists.infradead.org
Tue Aug 15 08:20:15 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/5569b92cb345bf11b7a3e3792d2c50588433c3ba

commit 5569b92cb345bf11b7a3e3792d2c50588433c3ba
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>
    (cherry picked from commit 54e5e396c59948224dfb8ccf7aa8afe11462f647)
---
 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