aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7620a_cameo_810.dtsi
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-06-09 11:52:26 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-06-11 01:51:34 +0200
commite6d4744f9ad0f76ddf1cded75355e240e81be41e (patch)
tree9f68a39121883dcbea735ff468ece495729da027 /target/linux/ramips/dts/mt7620a_cameo_810.dtsi
parent78e8360878d716c75fc98d6f93bdd61f156caa28 (diff)
downloadupstream-e6d4744f9ad0f76ddf1cded75355e240e81be41e.tar.gz
upstream-e6d4744f9ad0f76ddf1cded75355e240e81be41e.tar.bz2
upstream-e6d4744f9ad0f76ddf1cded75355e240e81be41e.zip
ramips: fix WAN LED for D-Link DIR-810L/TRENDnet TEW-810DR
The WAN LED on DIR-810L was actually blinking on LAN1 port activity. This has already been improved for the TEW-810DR, where the GPIO has been set up explicitly rather than having it controlled by the switch. This patch also applies this setup to the DIR-810L. In addition, the trigger in 01_leds is set up with ucidef_set_led_switch for both devices now, so state changes should be displayed correctly as well. Reported-by: Roger Pueyo Centelles <roger.pueyo@guifi.net> Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> Tested-by: Roger Pueyo Centelles <roger.pueyo@guifi.net> [DIR-810L] Tested-by: J. Scott Heppler <shep971@centurylink.net> [TEW-810DR]
Diffstat (limited to 'target/linux/ramips/dts/mt7620a_cameo_810.dtsi')
-rw-r--r--target/linux/ramips/dts/mt7620a_cameo_810.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7620a_cameo_810.dtsi b/target/linux/ramips/dts/mt7620a_cameo_810.dtsi
index 8ab166d283..adbb4cf65c 100644
--- a/target/linux/ramips/dts/mt7620a_cameo_810.dtsi
+++ b/target/linux/ramips/dts/mt7620a_cameo_810.dtsi
@@ -93,6 +93,14 @@
mediatek,portmap = "llllw";
};
+&gsw {
+ mediatek,port4 = "ephy";
+};
+
+&gpio2 {
+ status = "okay";
+};
+
&wmac {
pinctrl-names = "default";
pinctrl-0 = <&pa_pins>;