aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9558_engenius_epg5000.dts
diff options
context:
space:
mode:
authorTomasz Maciej Nowak <tomek_n@o2.pl>2019-03-13 17:44:21 +0100
committerChristian Lamparter <chunkeey@gmail.com>2019-03-18 20:42:29 +0100
commit50674ccadee3edd07c8f8501907d207df3767a4e (patch)
tree1cb86a981ad3cb03bc66abcef9bf37222f848702 /target/linux/ath79/dts/qca9558_engenius_epg5000.dts
parenta8cfef6c4584b1cf3e334c6d43a850b86d536d7d (diff)
downloadupstream-50674ccadee3edd07c8f8501907d207df3767a4e.tar.gz
upstream-50674ccadee3edd07c8f8501907d207df3767a4e.tar.bz2
upstream-50674ccadee3edd07c8f8501907d207df3767a4e.zip
ath79: fix leds description for EnGenius EPG5000
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>
Diffstat (limited to 'target/linux/ath79/dts/qca9558_engenius_epg5000.dts')
-rw-r--r--target/linux/ath79/dts/qca9558_engenius_epg5000.dts12
1 files changed, 6 insertions, 6 deletions
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>;
};