diff options
author | Alex Lewontin <alex.c.lewontin@gmail.com> | 2020-02-21 15:58:12 -0500 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-23 21:53:22 +0200 |
commit | 888afe7c698d94af6543d8be86d341cf99c998d8 (patch) | |
tree | b9c9b2f3a454da433a1ac74e4ff2b03abab37e8f /target/linux/ramips/dts | |
parent | 3c20bb06440ae9f57337dc00383143b993e447e1 (diff) | |
download | upstream-888afe7c698d94af6543d8be86d341cf99c998d8.tar.gz upstream-888afe7c698d94af6543d8be86d341cf99c998d8.tar.bz2 upstream-888afe7c698d94af6543d8be86d341cf99c998d8.zip |
ramips: move Netgear R6120 LED trigger to DTS
This moves the trigger for the Netgear R6120's wlan2g_green LED from
base-files/etc/board.d/01_leds to the device-tree file.
This has been applied to R6120 based on findings for the very similar
Netgear R6080.
Signed-off-by: Alex Lewontin <alex.c.lewontin@gmail.com>
[merge case in 01_leds, slightly adjust commit message/title]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/mt7628an_netgear_r6120.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7628an_netgear_r6120.dts b/target/linux/ramips/dts/mt7628an_netgear_r6120.dts index f4fe73a526..191538100c 100644 --- a/target/linux/ramips/dts/mt7628an_netgear_r6120.dts +++ b/target/linux/ramips/dts/mt7628an_netgear_r6120.dts @@ -43,6 +43,7 @@ wlan2g_green { label = "r6120:green:wlan2g"; gpios = <&gpio 42 GPIO_ACTIVE_LOW>; + linux,default-trigger = "phy0tpt"; }; wlan2g_orange { |