ramips: assign LEDs for RAVPower RP-WD03
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Fri, 11 Sep 2020 16:01:19 +0000 (18:01 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Fri, 11 Sep 2020 23:24:30 +0000 (01:24 +0200)
According to the User Manual, there is a "Wi-Fi LED" with blue and
green colors, doing the following by default:

  Flashing Blue: System loading
  Solid Blue: System loaded
  Flashing Green: Connecting to the Internet
  Solid Green: Connected to the Internet

According to this vendor behavior, we keep refer to the LED as "wifi"
but implement the according default behavior as in OEM firmware.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/ramips/dts/mt7620n_ravpower_rp-wd03.dts
target/linux/ramips/mt7620/base-files/etc/board.d/01_leds

index 82b8a6b83f39e5474ef598b07c5b8ca321156036..0078103da307b6a050a093e82230208f5f9021ac 100644 (file)
 
        aliases {
                label-mac-device = &ethernet;
+               led-boot = &led_wifi_blue;
+               led-failsafe = &led_wifi_blue;
+               led-running = &led_wifi_blue;
+               led-upgrade = &led_wifi_blue;
        };
 
        chosen {
        leds {
                compatible = "gpio-leds";
 
-               green-wifi {
+               wifi_green {
                        label = "rp-wd03:green:wifi";
                        gpios = <&gpio2 0 GPIO_ACTIVE_HIGH>;
                };
 
-               blue-wifi {
+               led_wifi_blue: wifi_blue {
                        label = "rp-wd03:blue:wifi";
                        gpios = <&gpio3 0 GPIO_ACTIVE_HIGH>;
                };
index 90d1596783157573bb70780afb5efdba38287ec6..ec86ed4b3f0387425561b9c59ae6c8d7b6efefa6 100755 (executable)
@@ -179,6 +179,9 @@ planex,mzk-ex750np|\
 zbtlink,zbt-we826-e)
        set_wifi_led "$boardname:red:wifi"
        ;;
+ravpower,rp-wd03)
+       ucidef_set_led_netdev "internet" "internet" "$boardname:green:wifi" "eth0"
+       ;;
 tplink,archer-c2-v1)
        ucidef_set_led_switch "lan" "lan" "$boardname:green:lan" "switch1" "0x1e"
        ucidef_set_led_switch "wan" "wan" "$boardname:green:wan" "switch1" "0x01"