ath79: fix leds description for EnGenius EPG5000
authorTomasz Maciej Nowak <tomek_n@o2.pl>
Wed, 13 Mar 2019 16:44:21 +0000 (17:44 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Mon, 18 Mar 2019 19:42:29 +0000 (20:42 +0100)
Align the LEDs deffinition with MACH file present in ar71xx target which
has the correct LED functions and colors adescription.

Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
target/linux/ath79/dts/qca9558_engenius_epg5000.dts

index 38cd81a8f875f7fe7cc3cf7239fe63fa6abe3a05..6179150fdb899656eba46ea3c2eb78c59ec42380 100644 (file)
                        default-state = "on";
                };
 
-               wan {
-                       label = "epg5000:blue:wan";
-                       gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
-               };
-
                wlan2g {
                        label = "epg5000:blue:wlan2g";
                        gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy0tpt";
                };
 
-               wps {
+               wps_amber {
+                       label = "epg5000:amber:wps";
+                       gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
+               };
+
+               wps_blue {
                        label = "epg5000:blue:wps";
                        gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
                };