diff mbox series

[OpenWrt-Devel,1/4] ath79: fix leds description for EnGenius EPG5000

Message ID 20190313164424.12194-1-tomek_n@o2.pl
State Accepted, archived
Headers show
Series [OpenWrt-Devel,1/4] ath79: fix leds description for EnGenius EPG5000 | expand

Commit Message

Tomasz Maciej Nowak March 13, 2019, 4:44 p.m. UTC
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 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
diff mbox series

Patch

diff --git a/target/linux/ath79/dts/qca9558_engenius_epg5000.dts b/target/linux/ath79/dts/qca9558_engenius_epg5000.dts
index 38cd81a8f8..6179150fdb 100644
--- a/target/linux/ath79/dts/qca9558_engenius_epg5000.dts
+++ b/target/linux/ath79/dts/qca9558_engenius_epg5000.dts
@@ -30,11 +30,6 @@ 
 			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>;
@@ -47,7 +42,12 @@ 
 			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>;
 		};